[PD-cvs] abstractions/pddp dsp-help.pd, NONE, 1.1 dsp.pd, NONE, 1.1 open.pd, NONE, 1.1 print.pd, NONE, 1.1 print_long.pd, NONE, 1.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Nov 21 16:54:16 CET 2005


Update of /cvsroot/pure-data/abstractions/pddp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22813

Added Files:
	dsp-help.pd dsp.pd open.pd print.pd print_long.pd 
Log Message:
turned the pddp support objects into a libdir and moved them to the abstractions repository

--- NEW FILE: dsp-help.pd ---
#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
;
#X obj 2 2 cnv 15 450 20 empty empty [pddp_dsp] 2 11 1 18 -233017 -66577
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
to the keyboard shortcuts.;
#X text 138 343 On Mac OS X: Cmd-. and Cmd-/;
#X text 47 329 On Windows and GNU/Linux: Ctrl-. and Ctrl-/;
#X text 239 397 released under the GNU GPL;
#X text 22 383 (C) Copyright 2005 Hans-Christoph Steiner <hans at at.or.at>
;
#X obj 34 142 pddp_dsp;
#X connect 0 0 4 0;

--- NEW FILE: print_long.pd ---
#N canvas 273 236 233 186 10;
#X obj 0 0 cnv 15 200 20 empty \$0-pddp_print 61 5 10 1 14 -233017
-33289 0;
#X obj 62 130 s \$0-pddp_print;
#X obj 62 104 prepend label;
#X obj 62 47 inlet;
#X obj 62 77 list2symbol;
#X connect 2 0 1 0;
#X connect 3 0 4 0;
#X connect 4 0 2 0;
#X coords 0 0 1 1 200 20 1;

--- NEW FILE: dsp.pd ---
#N canvas 358 124 60 18 10;
#X obj 19 1 cnv 16 40 16 empty pddp_dsp_canvas dsp 7 8 0 14 -233017
-33289 0;
#X obj 0 0 tgl 18 0 THIS_IS_HERE_TO_GET_RID_OF_THE_OUTLET pddp_dsp
empty 1 8 1 9 -233017 -33289 -33289 0 1;
#X obj 82 146 select 0 1;
#X msg 127 179 76;
#X msg 92 180 10;
#X msg 61 228 \; pddp_dsp color \$1 12 12 \; pddp_dsp_canvas color
\$1 12 12;
#X obj 81 16 r pd;
#X obj 81 37 route dsp;
#X obj 82 75 f;
#X msg 109 100 \; pddp_dsp set \$1;
#X msg 2 82 \; pd dsp \$1;
#X text 239 298 released under the GNU GPL;
#X text 22 284 (C) Copyright 2005 Hans-Christoph Steiner <hans at at.or.at>
;
#X text 154 2 [pddp_dsp];
#X connect 1 0 8 0;
#X connect 1 0 10 0;
#X connect 2 0 4 0;
#X connect 2 1 3 0;
#X connect 3 0 5 0;
#X connect 4 0 5 0;
#X connect 6 0 7 0;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 8 0 2 0;
#X coords 0 0 1 1 60 18 1;

--- NEW FILE: print.pd ---
#N canvas 273 236 140 203 10;
#X obj 0 0 cnv 15 100 20 empty \$0-pddp_print empty 5 11 1 16 -233017
-33289 0;
#X obj 10 156 s \$0-pddp_print;
#X obj 10 130 prepend label;
#X obj 9 48 inlet;
#X obj 9 78 list2symbol;
#X connect 2 0 1 0;
#X connect 3 0 4 0;
#X connect 4 0 2 0;
#X coords 0 0 1 1 100 20 1;

--- NEW FILE: open.pd ---
#N canvas 416 398 124 30 10;
#X obj 107 2 inlet;
#X msg 86 225 \; pd open \$1.pd \$2;
#X obj 86 192 pack s s;
#X obj 86 137 symbol;
#X obj 108 111 t a b;
#X obj 46 0 bng 18 250 50 0 \$0- \$0- empty 0 -6 0 8 -44926 -1 -1;
#X obj 0 61 symbol \$1;
#X obj 58 40 symbol;
#X text 313 346 released under the GNU GPL;
#X text 98 318 (C) Copyright 2005 Hans-Christoph Steiner <hans at at.or.at>
;
#X text 90 63 <-- store the last value so that the GOP bang will open
it;
#X text 20 287 This patch opens a patch either from the first argument
or sent in as a message.;
#X obj 0 0 cnv 16 45 18 empty empty open: 6 9 0 14 -233017 -1 0;
#X text 279 176 GOP: 168x18;
#X obj 137 166 getdir;
#X connect 0 0 4 0;
#X connect 0 0 7 0;
#X connect 2 0 1 0;
#X connect 3 0 2 0;
#X connect 4 0 3 0;
#X connect 4 1 14 0;
#X connect 5 0 6 0;
#X connect 6 0 4 0;
#X connect 7 0 6 1;
#X connect 14 0 2 1;
#X coords 0 0 1 1 124 18 1;





More information about the Pd-cvs mailing list