diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-03-21 12:14:03 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-03-21 12:14:03 +0000 |
commit | d8542f3c28eedcacb960a524836f8d4c68a33935 (patch) | |
tree | 3296f6fe8c4db16d83cf63987cf34e95a2a9fd65 /ezoutput~-help.pd | |
parent | ede7770e3265a48ad5dd6609ccec3e5df9cec997 (diff) |
first sketch of audio output GUI for documentation
svn path=/trunk/abstractions/pddp/; revision=10886
Diffstat (limited to 'ezoutput~-help.pd')
-rw-r--r-- | ezoutput~-help.pd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ezoutput~-help.pd b/ezoutput~-help.pd new file mode 100644 index 0000000..a321b65 --- /dev/null +++ b/ezoutput~-help.pd @@ -0,0 +1,11 @@ +#N canvas 123 58 450 300 10; +#X obj 104 118 osc~ 200; +#X obj 241 122 noise~; +#X text 38 28 a GUI replacement for [dac~] with controls for "compute +audio" \, volume \, and a mute button.; +#X obj 220 165 ezoutput~; +#X obj 91 166 ezoutput~; +#X connect 0 0 4 0; +#X connect 0 0 4 1; +#X connect 1 0 3 1; +#X connect 1 0 3 0; |