diff projects/heavy/pd/hello-midi/countTo.pd @ 205:e90df8c5669f

Missing files for hello-midi
author Giulio Moro <giuliomoro@yahoo.it>
date Sat, 06 Feb 2016 05:26:10 +0000
parents
children a0a7f00cf98d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/projects/heavy/pd/hello-midi/countTo.pd	Sat Feb 06 05:26:10 2016 +0000
@@ -0,0 +1,34 @@
+#N canvas 586 250 450 300 10;
+#X obj 65 196 outlet;
+#X obj 98 8 inlet;
+#X text 189 49 counts from 0 to the given number -1;
+#X text 214 95 inlet:N;
+#X text 212 112 outlet: 0 \, 1 \, 2 \, ... \, N-1;
+#X obj 143 61 f;
+#X obj 100 138 spigot;
+#X obj 129 89 <;
+#X obj 129 113 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
+1;
+#X obj 95 28 t b f b;
+#X obj 92 74 + 1;
+#X obj 43 73 f, f 4;
+#X obj 63 104 t b f f f;
+#X obj 143 155 spigot;
+#X msg 92 53 0;
+#X obj 16 144 delay 0;
+#X connect 1 0 9 0;
+#X connect 5 0 7 1;
+#X connect 6 0 11 0;
+#X connect 7 0 8 0;
+#X connect 8 0 6 1;
+#X connect 9 0 11 0;
+#X connect 9 1 5 0;
+#X connect 9 1 14 0;
+#X connect 10 0 11 1;
+#X connect 11 0 12 0;
+#X connect 12 0 15 0;
+#X connect 12 1 0 0;
+#X connect 12 2 7 0;
+#X connect 12 3 10 0;
+#X connect 14 0 11 1;
+#X connect 15 0 6 0;