- 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,13 @@
#N canvas 248 104 751 339 12;
#X obj 29 10 namecanvas;
#X obj 29 98 namecanvas bonzo;
#X text 521 311 updated for Pd version 0.44;
#X text 121 10 - attach this canvas to a name;
#X text 24 140 This is sometimes the only way to send a message to
a canvas when making graph-on-parent abstractions \, but its use in
making self-editing patches is dangerous since if you use it to edit
the namecanvas itsef away you can cause Pd to crash. Instead \, you
can just say:;
#X msg 28 55 \; bonzo msg 280 50 hi there;
#X msg 28 227 \; pd-namecanvas-help.pd msg 280 80 this is safer but
only possible if you know the name of the canvas in advance.;