view examples/08-PureData/midi-poly-synth/countTo.pd @ 507:1cec96845a23 prerelease

Explanted explantation
author Giulio Moro <giuliomoro@yahoo.it>
date Wed, 22 Jun 2016 01:51:17 +0100
parents 8fcfbfb32aa0
children
line wrap: on
line source
#N canvas 584 255 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 0
1;
#X obj 95 28 t b f b;
#X obj 92 74 + 1;
#X obj 43 73 f;
#X obj 63 104 t b f f f;
#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 13 0;
#X connect 10 0 11 1;
#X connect 11 0 12 0;
#X connect 12 0 14 0;
#X connect 12 1 0 0;
#X connect 12 2 7 0;
#X connect 12 3 10 0;
#X connect 13 0 11 1;
#X connect 14 0 6 0;