diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-21 15:54:14 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-21 15:54:14 +0000 |
commit | 776d5add8cd8e951806d8d0447244e3bfaa6a78d (patch) | |
tree | 7a6952374fe8ccc77c0c16fc7f1b18432c41300b /dsp-help.pd |
turned the pddp support objects into a libdir and moved them to the abstractions repositorysvn2git-root
svn path=/trunk/abstractions/pddp/; revision=4002
Diffstat (limited to 'dsp-help.pd')
-rw-r--r-- | dsp-help.pd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dsp-help.pd b/dsp-help.pd new file mode 100644 index 0000000..cc26191 --- /dev/null +++ b/dsp-help.pd @@ -0,0 +1,23 @@ +#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.or.at> +; +#X obj 34 142 pddp_dsp; +#X connect 0 0 4 0; |