Update of /cvsroot/pure-data/pd/doc/5.reference In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17368/5.reference
Modified Files: Tag: devel_0_37 help-block~.pd help-tabosc4~.pd Log Message: merged in version 0.37-1test6
Index: help-block~.pd =================================================================== RCS file: /cvsroot/pure-data/pd/doc/5.reference/help-block~.pd,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** help-block~.pd 25 Sep 2003 20:49:02 -0000 1.1.2.1 --- help-block~.pd 22 Feb 2004 17:53:15 -0000 1.1.2.2 *************** *** 1,3 **** ! #N canvas 237 32 653 647 12; #X text 411 630 updated for Pd version 0.37; #X obj 48 10 block~; --- 1,3 ---- ! #N canvas 322 48 653 647 12; #X text 411 630 updated for Pd version 0.37; #X obj 48 10 block~; *************** *** 47,50 **** --- 47,52 ---- ; #X text 317 317 <--- measured time (msec) between blocks; + #X text 245 209 (args are blocksize , overlap , up/downsampling) + ; #X connect 0 0 1 0; #X connect 1 0 2 0;
Index: help-tabosc4~.pd =================================================================== RCS file: /cvsroot/pure-data/pd/doc/5.reference/help-tabosc4~.pd,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** help-tabosc4~.pd 9 May 2003 16:03:49 -0000 1.1.1.1 --- help-tabosc4~.pd 22 Feb 2004 17:53:15 -0000 1.1.1.1.2.1 *************** *** 1,4 **** #N canvas 307 35 742 511 12; ! #X floatatom 66 450 0 0 0; #N canvas 159 26 495 270 output 0; #X obj 414 196 t b; --- 1,4 ---- #N canvas 307 35 742 511 12; ! #X floatatom 66 450 0 0 0 0 - - -; #N canvas 159 26 495 270 output 0; #X obj 414 196 t b; *************** *** 55,63 **** #X msg 102 450 MUTE; #X text 148 449 <--- volume in dB; ! #X floatatom 32 296 4 0 0; #X obj 32 326 sig~ 100; #X obj 547 52 table table1; #X obj 547 80 table table2; ! #X msg 372 287 ; table1 sinesum 512 0.5 0.5 0.5 0.5 ; table2 cosinesum 512 0 1; #X text 433 474 Updated for Pd version 0.33; #X obj 20 11 tabosc4~; --- 55,64 ---- #X msg 102 450 MUTE; #X text 148 449 <--- volume in dB; ! #X floatatom 32 296 4 0 0 0 - - -; #X obj 32 326 sig~ 100; #X obj 547 52 table table1; #X obj 547 80 table table2; ! #X msg 372 287 ; table1 sinesum 512 0.5 0.5 0.5 0.5 ; table2 cosinesum ! 512 0 1; #X text 433 474 Updated for Pd version 0.33; #X obj 20 11 tabosc4~; *************** *** 68,79 **** #X text 372 343 click above , start DSP , and turn output; #X text 372 361 volume up to hear this; ! #X text 14 40 tabosc4~ is a traditional computer music style wavetable lookup oscillator using 4-point polynomial interpolation. The table should have a poiwer of two points plus three "guard points" , one at the beginning and two at the end , which should be wraparound copies of the last point and the first two points , respectively. The "sinesum" and "cosinesum" methods for arrays do this automatically for you if you just want to specify partial strengths.; ! #X text 14 178 For good results use 512 points for up to about 15 partials , or 32*npartials (rounded up to a power of 2) for more than 15; ! #X floatatom 275 391 4 0 0; ! #X text 12 233 Don't send new "sinesum" messages to tables while you're running -- instead , use "set" messages to switch between tables.; #X text 80 298 signal input for frequency (Hz.); #X text 46 349 message to switch tables; #X text 325 391 inlet to reset phase; #X text 166 414 creation argument initializes table; #X connect 0 0 1 1; #X connect 1 0 0 0; --- 69,89 ---- #X text 372 343 click above , start DSP , and turn output; #X text 372 361 volume up to hear this; ! #X text 14 178 For good results use 512 points for up to about 15 partials ! , or 32*npartials (rounded up to a power of 2) for more than 15; ! #X floatatom 275 391 4 0 0 0 - - -; ! #X text 12 233 Don't send new "sinesum" messages to tables while you're ! running -- instead , use "set" messages to switch between tables. ! ; #X text 80 298 signal input for frequency (Hz.); #X text 46 349 message to switch tables; #X text 325 391 inlet to reset phase; #X text 166 414 creation argument initializes table; + #X text 14 40 tabosc4~ is a traditional computer music style wavetable + lookup oscillator using 4-point polynomial interpolation. The table + should have a power of two points plus three "guard points" , one + at the beginning and two at the end , which should be wraparound copies + of the last point and the first two points , respectively. The "sinesum" + and "cosinesum" methods for arrays do this automatically for you if + you just want to specify partial strengths.; #X connect 0 0 1 1; #X connect 1 0 0 0; *************** *** 84,86 **** #X connect 13 0 1 0; #X connect 14 0 13 0; ! #X connect 19 0 13 1; --- 94,96 ---- #X connect 13 0 1 0; #X connect 14 0 13 0; ! #X connect 18 0 13 1;