- 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:
Santi Noreña 2013-02-04 18:00:17 +01:00
parent c9adfd020b
commit e85d191b46
3100 changed files with 775434 additions and 3073 deletions

View file

@ -0,0 +1,18 @@
#N canvas 0 0 529 299 12;
#X obj 112 128 bang~;
#X obj 112 159 print;
#X msg 210 223 \; pd dsp 1;
#X msg 297 216 \; pd dsp 0;
#X msg 210 144 bang;
#X obj 19 20 bang~;
#X obj 306 193 loadbang;
#X obj 297 169 delay 100;
#X text 211 122 click to test;
#X text 71 21 - output bang after each DSP cycle;
#X text 5 59 Bang~ outputs a bang after each DSP cycle (at the same logical time as the DSP cycle.) This is primarily useful for sampling the outputs of analysis algorithms.;
#X text 251 266 updated for Pd version 0.33;
#X connect 0 0 1 0;
#X connect 4 0 2 0;
#X connect 4 0 7 0;
#X connect 6 0 3 0;
#X connect 7 0 3 0;