- 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
19 lines
637 B
Text
19 lines
637 B
Text
#N canvas 70 117 585 333 12;
|
|
#X obj 128 196 openpanel;
|
|
#X msg 128 108 bang;
|
|
#X obj 128 221 print;
|
|
#X text 31 11 openpanel -- query you for a filename;
|
|
#X text 48 278 see also:;
|
|
#X obj 136 279 savepanel;
|
|
#X text 28 44 When Openpanel gets a "bang" an "Open file" browser appears
|
|
on the screen. If you select a file \, its name appears on the outlet.
|
|
;
|
|
#X text 285 289 updated for Pd version 0.40.;
|
|
#X text 178 109 Starts open panel in current directory;
|
|
#X msg 144 136 symbol /tmp;
|
|
#X msg 146 161 symbol C:/;
|
|
#X text 252 137 Starts in a specified directory;
|
|
#X connect 0 0 2 0;
|
|
#X connect 1 0 0 0;
|
|
#X connect 9 0 0 0;
|
|
#X connect 10 0 0 0;
|