aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/5.reference/poly.pd
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-09-23 00:21:28 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-09-23 00:21:28 +0000
commit64fdb009695828b788fce074135b20a5e52c5fc4 (patch)
treea05144197dd339721b6d4a3a0927f7596e8872b6 /pd/doc/5.reference/poly.pd
parenta30193fcd726552364de74984b200be2c30723e7 (diff)
imported version 0.37-0
svn path=/trunk/; revision=1016
Diffstat (limited to 'pd/doc/5.reference/poly.pd')
-rw-r--r--pd/doc/5.reference/poly.pd30
1 files changed, 0 insertions, 30 deletions
diff --git a/pd/doc/5.reference/poly.pd b/pd/doc/5.reference/poly.pd
deleted file mode 100644
index 0b34f99e..00000000
--- a/pd/doc/5.reference/poly.pd
+++ /dev/null
@@ -1,30 +0,0 @@
-#N canvas 0 0 600 496 12;
-#X text 155 228 <-- scroll to change the value of delay in milliseconds.;
-#X text 406 383 updated for Pd version 0.25;
-#X text 42 383 see also:;
-#X obj 66 15 poly;
-#X text 101 14 - MIDI-STYLE POLYPHONIC VOICE ALLOCATOR;
-#X text 12 42 The poly object takes a stream of pitch/velocity pairs and outputs triples containing voice number \, pitch and velocity. You can pack the output and use the route object to route messages among a bank of voices depending on the first outlet. Poly can be configured to do voice stealing or not (the default.);
-#X obj 110 384 route;
-#X obj 154 384 makenote;
-#X obj 52 254 poly 4 1;
-#X text 134 253 <-- first argument \, number of voices \; second argument selects voice stealing;
-#X msg 52 168 60 64;
-#X msg 103 168 60 0;
-#X msg 147 168 62 64;
-#X msg 194 168 62 0;
-#X obj 52 280 pack 0 0 0;
-#X obj 52 306 print;
-#X text 97 305 Output is in the printout window.;
-#X msg 254 177 stop;
-#X msg 296 177 clear;
-#X connect 8 0 14 0;
-#X connect 8 1 14 1;
-#X connect 8 2 14 2;
-#X connect 10 0 8 0;
-#X connect 11 0 8 0;
-#X connect 12 0 8 0;
-#X connect 13 0 8 0;
-#X connect 14 0 15 0;
-#X connect 17 0 8 0;
-#X connect 18 0 8 0;