aboutsummaryrefslogtreecommitdiff
path: root/vbap.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-21 04:53:44 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-21 04:53:44 +0000
commitd94369cd874ac65309d8e4f9de8b81125c66e27a (patch)
treef6b8d2b4636bb35efbe1db4d185f264d6c19cdd6 /vbap.h
parentbc60633962d91501bca7d556eca0b639f825a2ef (diff)
ported to library template and updated version to 1.0.3.1 to reflect bugfixes and doc updates
svn path=/trunk/externals/vbap/; revision=14453
Diffstat (limited to 'vbap.h')
-rw-r--r--vbap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vbap.h b/vbap.h
index 3da2157..dd588ac 100644
--- a/vbap.h
+++ b/vbap.h
@@ -14,8 +14,8 @@
#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 (Pd port by HCS)"
-#define DFLS_VERSION "define_loudspeakers - v1.0.3 - 12 Aug 2006 - (c) Ville Pulkki 1999-2006"
+#define VBAP_VERSION "vbap - v1.0.3.1 - 20 Nov 2010 - (c) Ville Pulkki 1999-2006 (Pd port by HCS)"
+#define DFLS_VERSION "define_loudspeakers - v1.0.3.1 - 20 Nov 2010 - (c) Ville Pulkki 1999-2006"
static float rad2ang = 360.0 / ( 2.0f * M_PI );
static float atorad = (2.0f * M_PI) / 360.0f ;