diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-10-27 20:06:10 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-10-27 20:06:10 +0000 |
commit | 99232d72913930a4af23c93f61f214e1e675c3f2 (patch) | |
tree | 7e3f1264e11daf4831a59fd9578facfbc1e680a2 /examples/run-voicetest.pd | |
parent | ef03f03d1162dc5dde2ae7179a51f6b3f95926e7 (diff) |
added [ggee/getdir] so that voicepoly.pd can find where the abstraction is without having to be in the same folder
svn path=/trunk/externals/manypoly/; revision=14244
Diffstat (limited to 'examples/run-voicetest.pd')
-rw-r--r-- | examples/run-voicetest.pd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/run-voicetest.pd b/examples/run-voicetest.pd new file mode 100644 index 0000000..199988e --- /dev/null +++ b/examples/run-voicetest.pd @@ -0,0 +1,22 @@ +#N canvas 466 360 450 300 10; +#X declare -path ..; +#X obj 97 147 voicepoly 5 voicetest; +#X obj 109 228 dac~; +#X obj 225 108 hsl 128 15 0 10 0 0 empty empty empty -2 -8 0 10 -262144 +-1 -1 0 1; +#X floatatom 237 130 5 0 0 0 - - -; +#X msg 96 98 bang; +#X obj 337 16 pddp/dsp; +#X obj 220 170 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X text 48 261 three outlets are needed: 2 audio and one message outlet +that is banged when the voice is finished.; +#X text 23 57 two inlets are needed: the first for voice-managed messages +\, and the second for messages that are send to all instances; +#X obj 318 45 declare -path ..; +#X connect 0 0 1 0; +#X connect 0 1 1 1; +#X connect 0 2 6 0; +#X connect 2 0 0 1; +#X connect 2 0 3 0; +#X connect 4 0 0 0; |