From eb343f1e63649e046beb4cf218a90203e3fd0096 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 5 Oct 2011 18:29:14 +0000 Subject: post version with verbose(-1) svn path=/trunk/externals/vbap/; revision=15518 --- vbap.c | 2 +- vbap.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vbap.c b/vbap.c index 3bf09fd..e60413b 100644 --- a/vbap.c +++ b/vbap.c @@ -95,7 +95,7 @@ void vbap_setup(void) class_addmethod(vbap_class, (t_method)def_ls_read_directions, gensym("ls-directions"), A_GIMME, 0); class_addmethod(vbap_class, (t_method)def_ls_read_triplets, gensym("ls-triplets"), A_GIMME, 0); - post(VBAP_VERSION); + verbose(-1, VBAP_VERSION); } #else /* MAX */ void main(void) diff --git a/vbap.h b/vbap.h index dd588ac..3cd50f9 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.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" +#define VBAP_VERSION "vbap - v1.0.3.2 - 20 Nov 2010 - (c) Ville Pulkki 1999-2006 (Pd port by HCS)" +#define DFLS_VERSION "define_loudspeakers - v1.0.3.2 - 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 ; -- cgit v1.2.1