lms-video/pd-0.44-2/doc/5.reference/namecanvas-help.pd
Santi Noreña e85d191b46 - 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
2013-02-04 18:00:17 +01:00

13 lines
638 B
Text

#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.;