aboutsummaryrefslogtreecommitdiff
path: root/vbap.h
diff options
context:
space:
mode:
Diffstat (limited to 'vbap.h')
-rw-r--r--vbap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vbap.h b/vbap.h
index dc9858b..3da2157 100644
--- a/vbap.h
+++ b/vbap.h
@@ -14,7 +14,7 @@
#define MAX_LS_AMOUNT 55 // maximum amount of loudspeakers, can be increased
#define MIN_VOL_P_SIDE_LGTH 0.01
-#define VBAP_VERSION "vbap - v1.0.3 - 12 Aug 2006 - (c) Ville Pulkki 1999-2006"
+#define VBAP_VERSION "vbap - v1.0.3 - 12 Aug 2006 - (c) Ville Pulkki 1999-2006 (Pd port by HCS)"
#define DFLS_VERSION "define_loudspeakers - v1.0.3 - 12 Aug 2006 - (c) Ville Pulkki 1999-2006"
static float rad2ang = 360.0 / ( 2.0f * M_PI );
@@ -71,7 +71,6 @@ typedef struct t_ls_set
long x_dimension; // 2 or 3
# ifdef PD
t_float x_spread; // speading amount of virtual source (0-100)
- t_float x_gain; // general gain control (0-2)
# else /* Max */
long x_spread; // speading amount of virtual source (0-100)
double x_gain; // general gain control (0-2)