Update of /cvsroot/pure-data/abstractions/pddp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14055/pddp
Modified Files: dsp-help.pd Log Message: changed help text to reflect namespace
Index: dsp-help.pd =================================================================== RCS file: /cvsroot/pure-data/abstractions/pddp/dsp-help.pd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dsp-help.pd 21 Nov 2005 23:01:54 -0000 1.2 --- dsp-help.pd 15 Jan 2006 16:34:54 -0000 1.3 *************** *** 1,3 **** ! #N canvas 133 91 464 430 10; #X obj 30 212 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; --- 1,3 ---- ! #N canvas 401 79 468 434 10; #X obj 30 212 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; *************** *** 5,15 **** 0; #X obj 418 3 pddp; - #X text 16 39 [pddp_dsp] is a GUI object to turn on and off the audio - processing , aka "DSP". It also shows the status of the DSP , green - means DSP is on , grey means DSP is off.; #X msg 30 236 ; pd dsp $1; #X text 18 103 Click in the box to the left in the object to turn on/off the DSP:; - #X text 16 182 [pddp_dsp] is basically a fancy version of this:; #X text 23 279 Notice that if you use the the above message , [pddp_dsp] still responds to the change in DSP status. [pddp_dsp] also responds --- 5,11 ---- *************** *** 20,23 **** #X text 22 383 (C) Copyright 2005 Hans-Christoph Steiner hans@at.or.at ; ! #X obj 34 142 pddp_dsp; ! #X connect 0 0 4 0; --- 16,23 ---- #X text 22 383 (C) Copyright 2005 Hans-Christoph Steiner hans@at.or.at ; ! #X obj 34 142 pddp/dsp; ! #X text 16 182 [pddp/dsp] is basically a fancy version of this:; ! #X text 16 39 [pddp/dsp] is a GUI object to turn on and off the audio ! processing , aka "DSP". It also shows the status of the DSP , green ! means DSP is on , grey means DSP is off.; ! #X connect 0 0 3 0;