From 656b8977fd5830743fabb914f2aae22653bb7816 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 21 Nov 2005 16:11:20 +0000 Subject: turned the pddp support objects into a libdir and moved them to the abstractions repository; kept [pddp_open] in place since I don't want to change it to work and its going away anyhow svn path=/trunk/; revision=4004 --- doc/pddp/pddp_dsp-help.pd | 23 ----------------------- doc/pddp/pddp_dsp.pd | 30 ------------------------------ doc/pddp/pddp_print.pd | 11 ----------- doc/pddp/pddp_print_long.pd | 11 ----------- doc/pddp/standard_gui_elements.pd | 2 +- 5 files changed, 1 insertion(+), 76 deletions(-) delete mode 100644 doc/pddp/pddp_dsp-help.pd delete mode 100644 doc/pddp/pddp_dsp.pd delete mode 100644 doc/pddp/pddp_print.pd delete mode 100644 doc/pddp/pddp_print_long.pd (limited to 'doc') diff --git a/doc/pddp/pddp_dsp-help.pd b/doc/pddp/pddp_dsp-help.pd deleted file mode 100644 index cc261917..00000000 --- a/doc/pddp/pddp_dsp-help.pd +++ /dev/null @@ -1,23 +0,0 @@ -#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 -; -#X obj 34 142 pddp_dsp; -#X connect 0 0 4 0; diff --git a/doc/pddp/pddp_dsp.pd b/doc/pddp/pddp_dsp.pd deleted file mode 100644 index ced23e21..00000000 --- a/doc/pddp/pddp_dsp.pd +++ /dev/null @@ -1,30 +0,0 @@ -#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 -; -#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; diff --git a/doc/pddp/pddp_print.pd b/doc/pddp/pddp_print.pd deleted file mode 100644 index 5ffcb9ea..00000000 --- a/doc/pddp/pddp_print.pd +++ /dev/null @@ -1,11 +0,0 @@ -#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; diff --git a/doc/pddp/pddp_print_long.pd b/doc/pddp/pddp_print_long.pd deleted file mode 100644 index 78c2cfb8..00000000 --- a/doc/pddp/pddp_print_long.pd +++ /dev/null @@ -1,11 +0,0 @@ -#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; diff --git a/doc/pddp/standard_gui_elements.pd b/doc/pddp/standard_gui_elements.pd index 5b8298ac..95ee7705 100644 --- a/doc/pddp/standard_gui_elements.pd +++ b/doc/pddp/standard_gui_elements.pd @@ -38,4 +38,4 @@ distinct from regular Pd patches.; #X obj 466 43 cnv 10 2 500 empty empty empty 20 12 0 14 -166441 -262144 0; #X text 332 312 page separator -->; -#X obj 22 184 pddp_dsp; +#X obj 22 184 pddp/dsp; -- cgit v1.2.1