Update of /cvsroot/pure-data/pd/doc/5.reference In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32607/doc/5.reference
Modified Files: Tag: devel_0_38 0.INTRO.txt help-spigot.pd Log Message: merging miller's changes between test7 and test10
Index: help-spigot.pd =================================================================== RCS file: /cvsroot/pure-data/pd/doc/5.reference/help-spigot.pd,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.8.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.8.1 *** help-spigot.pd 9 May 2003 16:03:49 -0000 1.1.1.1 --- help-spigot.pd 11 Nov 2004 22:30:40 -0000 1.1.1.1.8.1 *************** *** 1,21 **** ! #N canvas 349 223 586 335 12; ! #X msg 25 157 0.5 1000; ! #X floatatom 74 242 1 0 0; ! #X obj 25 267 spigot; ! #X obj 25 300 print; ! #X msg 38 210 walk the cat; ! #X msg 31 182 bang; #X obj 35 11 spigot; #X text 100 12 - pass or block messages; - #X text 99 242 control: nonzero to pass messages , zero to stop them - ; - #X text 333 303 updated for Pd version 0.33; #X text 35 63 Spigot passes messages from its left inlet to its outlet , as long as a nonzero number is sent to its right inlet. When its right inlet gets zero , incoming messages are "blocked , " i.e. , ignored.; ! #X connect 0 0 2 0; ! #X connect 1 0 2 1; ! #X connect 2 0 3 0; ! #X connect 4 0 2 0; ! #X connect 5 0 2 0; --- 1,25 ---- ! #N canvas 59 19 612 342 12; #X obj 35 11 spigot; #X text 100 12 - pass or block messages; #X text 35 63 Spigot passes messages from its left inlet to its outlet , as long as a nonzero number is sent to its right inlet. When its right inlet gets zero , incoming messages are "blocked , " i.e. , ignored.; ! #X msg 25 157 0.5 1000; ! #X obj 25 300 print; ! #X msg 38 210 walk the cat; ! #X msg 31 182 bang; ! #X text 128 240 control: nonzero to pass messages , zero to stop them ! ; ! #X obj 25 267 spigot 0; ! #X text 349 310 updated for Pd version 0.38; ! #X obj 92 244 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ! ; ! #X text 450 267; ! #X text 125 267 optional arg sets the initial state (0 by default) ! ; ! #X connect 3 0 8 0; ! #X connect 5 0 8 0; ! #X connect 6 0 8 0; ! #X connect 8 0 4 0; ! #X connect 10 0 8 1;
Index: 0.INTRO.txt =================================================================== RCS file: /cvsroot/pure-data/pd/doc/5.reference/0.INTRO.txt,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.2.14.1 diff -C2 -d -r1.1.1.2 -r1.1.1.2.14.1 *** 0.INTRO.txt 25 Nov 2002 10:47:42 -0000 1.1.1.2 --- 0.INTRO.txt 11 Nov 2004 22:30:40 -0000 1.1.1.2.14.1 *************** *** 83,88 **** --- 83,90 ---- sig~ - convert numbers to audio signals line~ - generate audio ramps + vline~ - deluxe line~ threshold~ detect signal thresholds snapshot~ - sample a signal (convert it back to a number) + vsnapshot~ deluxe snapshot~ bang~ - send a bang message after each DSP block samplerate~ get the sample rate *************** *** 103,106 **** --- 105,109 ---- tabread~ - non-interpolating table read tabread4~ - four-point interpolating table read + tabosc4~ - wavetable oscillator tabsend~ - write one block continuously to a table tabreceive~ read one block continuously from a table *************** *** 115,118 **** --- 118,125 ---- samphold~ - sample and hold unit print~ - print out one or more "blocks" + rpole~ - raw real-valued one-pole filter + rzero~ - raw real-valued one-zero filter + rzero_rev~ rzero~, time-reversed + cpole~, czero~, czero_rev - corresponding complex-valued filters -------------------- AUDIO DELAY ------------------------ delwrite~ - write to a delay line *************** *** 121,129 **** ------------------------------ SUBWINDOWS ---------------------------------- pd - define a subwindow inlet - add an inlet to a pd outlet - add an outlet to a pd ! table - array of numbers in a subwindow ------------------------------ DATA TEMPLATES ----------------------------- ! template - define the fields in a template drawcurve, filledcurve - draw a curve drawpolygon, filledpolygon - draw a polygon --- 128,137 ---- ------------------------------ SUBWINDOWS ---------------------------------- pd - define a subwindow + table - array of numbers in a subwindow inlet - add an inlet to a pd outlet - add an outlet to a pd ! inlet~, outlet~ - signal versions of inlet, outlet ------------------------------ DATA TEMPLATES ----------------------------- ! struct - define a data structure drawcurve, filledcurve - draw a curve drawpolygon, filledpolygon - draw a polygon *************** *** 143,144 **** --- 151,153 ---- scope~ (use tabwrite~ now) namecanvas + template (use struct now)