Update of /cvsroot/pure-data/pd/doc/5.reference In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32589/pd/doc/5.reference
Modified Files: 0.INTRO.txt Log Message: More bug fixes... version 0.38 test10.
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.2 diff -C2 -d -r1.1.1.2 -r1.2 *** 0.INTRO.txt 25 Nov 2002 10:47:42 -0000 1.1.1.2 --- 0.INTRO.txt 11 Nov 2004 04:58:14 -0000 1.2 *************** *** 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)