- 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,17 @@
#N canvas 0 0 624 300 12;
#X obj 72 196 moses 10;
#X floatatom 72 164 4 0 0;
#X floatatom 139 167 4 0 0;
#X floatatom 72 229 4 0 0;
#X floatatom 139 230 4 0 0;
#X obj 63 24 moses;
#X text 118 23 - part a stream of numbers;
#X text 303 235 updated for Pd version 0.33;
#X text 24 64 Moses takes numbers and outputs them at left if they're
less than a control value \, and at right if they're greater or equal
to it. The creation argument initializes the control value (10 in this
example) and the right inlet changes it.;
#X connect 0 0 3 0;
#X connect 0 1 4 0;
#X connect 1 0 0 0;
#X connect 2 0 0 1;