[PD-cvs] externals/ggee/other vbap-help.pd, NONE, 1.1 vbap.c, 1.2, 1.3 vbap.pd, 1.1.1.1, NONE

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Apr 29 00:57:16 CEST 2006


Update of /cvsroot/pure-data/externals/ggee/other
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8133a

Modified Files:
	vbap.c 
Added Files:
	vbap-help.pd 
Removed Files:
	vbap.pd 
Log Message:
moved help file to standard name

Index: vbap.c
===================================================================
RCS file: /cvsroot/pure-data/externals/ggee/other/vbap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** vbap.c	14 Nov 2005 21:59:09 -0000	1.2
--- vbap.c	28 Apr 2006 22:57:14 -0000	1.3
***************
*** 21,25 ****
--- 21,27 ----
  #include <math.h>
  #include <stdio.h>
+ #ifndef __APPLE__
  #include <malloc.h>
+ #endif
  #include <string.h>   /* strtok */
  

--- NEW FILE: vbap-help.pd ---
#N canvas 477 72 599 479 10;
#X msg 82 109 20 0;
#X obj 27 108 pack 1 2;
#X floatatom 27 87 0 0 0;
#X floatatom 70 88 0 0 0;
#X obj 62 176 route 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18;
#X floatatom 62 221 0 0 0;
#X floatatom 78 251 0 0 0;
#X floatatom 94 284 0 0 0;
#X floatatom 111 316 0 0 0;
#X floatatom 127 224 0 0 0;
#X floatatom 143 251 0 0 0;
#X floatatom 160 282 0 0 0;
#X floatatom 176 317 0 0 0;
#X floatatom 216 225 0 0 0;
#X floatatom 239 251 0 0 0;
#X floatatom 273 277 0 0 0;
#X floatatom 334 247 0 0 0;
#X floatatom 309 225 0 0 0;
#X floatatom 308 314 0 0 0;
#X floatatom 373 276 0 0 0;
#X floatatom 415 315 0 0 0;
#X floatatom 401 227 0 0 0;
#X floatatom 476 295 0 0 0;
#X floatatom 443 258 0 0 0;
#X text 31 15 A VBAP (Vector Base Amplitude Panning) external;
#X obj 82 144 vbap;
#X connect 0 0 25 0;
#X connect 1 0 25 0;
#X connect 2 0 1 0;
#X connect 3 0 1 1;
#X connect 4 0 5 0;
#X connect 4 1 6 0;
#X connect 4 2 7 0;
#X connect 4 3 8 0;
#X connect 4 4 9 0;
#X connect 4 5 10 0;
#X connect 4 6 11 0;
#X connect 4 7 12 0;
#X connect 4 8 13 0;
#X connect 4 9 14 0;
#X connect 4 10 15 0;
#X connect 4 11 16 0;
#X connect 4 12 17 0;
#X connect 4 13 18 0;
#X connect 4 14 19 0;
#X connect 4 15 20 0;
#X connect 4 16 21 0;
#X connect 4 17 22 0;
#X connect 4 18 23 0;
#X connect 25 0 4 0;

--- vbap.pd DELETED ---





More information about the Pd-cvs mailing list