- Reestructuración de ficheros y directorios general
- merge v0.01 --> Añadido fileselector - Añadidas fuentes de Gem y Pure Data - pix2jpg incluído en Gem. Archivos de construcción de Gem modificados. - Añadido fichero ompiling.txt con instrucciones de compilación
This commit is contained in:
parent
c9adfd020b
commit
e85d191b46
3100 changed files with 775434 additions and 3073 deletions
27
Gem/examples/13.recursion/nnrepeat.pd
Normal file
27
Gem/examples/13.recursion/nnrepeat.pd
Normal file
|
@ -0,0 +1,27 @@
|
|||
#N canvas 0 0 400 328 10;
|
||||
#X obj 61 94 nrepeat \$1;
|
||||
#X obj 136 21 inlet;
|
||||
#X text 178 21 count;
|
||||
#X obj 27 20 inlet;
|
||||
#X text 68 21 repeatee;
|
||||
#X obj 88 175 stack;
|
||||
#X obj 61 136 t b a;
|
||||
#X obj 126 137 t f f;
|
||||
#X obj 25 262 outlet;
|
||||
#X text 75 263 count;
|
||||
#X obj 132 263 outlet;
|
||||
#X text 182 264 repeated;
|
||||
#X obj 256 263 outlet;
|
||||
#X text 311 265 count;
|
||||
#X obj 132 209 print nnrepeat-internal-error;
|
||||
#X text 23 295 nnrepeat.pd (GPL) <claudiusmaximus@goto10.org>;
|
||||
#X connect 0 0 6 0;
|
||||
#X connect 0 1 7 0;
|
||||
#X connect 1 0 0 1;
|
||||
#X connect 3 0 0 0;
|
||||
#X connect 5 0 8 0;
|
||||
#X connect 5 1 14 0;
|
||||
#X connect 6 0 5 0;
|
||||
#X connect 6 1 10 0;
|
||||
#X connect 7 0 12 0;
|
||||
#X connect 7 1 5 1;
|
Loading…
Add table
Add a link
Reference in a new issue