view projects/heavy/pd/hello-midi/countTo.pd @ 269:ac8eb07afcf5

Oxygen text added to each render.cpp file for the default projects. Text includes project explanation from Wiki, edited in places. Empty project added as a default project. Doxyfile updated. Each of the project locations added to INPUT configuration option. Consider just watching the whole project file so all new projects are automatically pulled through.
author Robert Jack <robert.h.jack@gmail.com>
date Tue, 17 May 2016 15:40:16 +0100
parents a0a7f00cf98d
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;