- 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,16 @@
#N canvas 53 36 458 251 10;
#X msg 39 100 23 0;
#X obj 39 175 print x1;
#X obj 96 175 print x2;
#X obj 39 139 stripnote;
#X msg 79 100 34.5 67.8;
#X obj 65 214 makenote;
#X text 83 12 - send note-on messages and schedule note-off for later;
#X text 283 220 updated for Pd version 0.28;
#X text 10 214 see also;
#X obj 23 10 stripnote;
#X text 17 44 Stripnote takes note-off (zero-velocity) messages out of a stream of MIDI-style note message and passes the others through unchanged.;
#X connect 0 0 3 0;
#X connect 3 0 1 0;
#X connect 3 1 2 0;
#X connect 4 0 3 0;