- 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
30 lines
929 B
Text
30 lines
929 B
Text
#N canvas 257 45 500 281 12;
|
|
#X text 290 257 updated for Pd version 0.32;
|
|
#X floatatom 36 55 5 0 0;
|
|
#X text 50 249 abbreviation:;
|
|
#X text 79 10 -- nonlocal shared value (named variable);
|
|
#X floatatom 36 130 5 0 0;
|
|
#X msg 46 78 bang;
|
|
#X obj 21 10 value;
|
|
#X obj 36 105 value help-value1;
|
|
#X obj 149 248 v;
|
|
#X floatatom 163 55 5 0 0;
|
|
#X floatatom 163 130 5 0 0;
|
|
#X msg 173 78 bang;
|
|
#X obj 163 105 value help-value1;
|
|
#X floatatom 291 55 5 0 0;
|
|
#X floatatom 291 130 5 0 0;
|
|
#X msg 301 78 bang;
|
|
#X obj 291 105 value help-value2;
|
|
#X text 31 171 "Value" stores a numeric value which is shared between all values with the same name (which need not be in the same Pd window.);
|
|
#X text 345 54 numbers set the value;
|
|
#X text 349 77 bang retrieves it;
|
|
#X connect 1 0 7 0;
|
|
#X connect 5 0 7 0;
|
|
#X connect 7 0 4 0;
|
|
#X connect 9 0 12 0;
|
|
#X connect 11 0 12 0;
|
|
#X connect 12 0 10 0;
|
|
#X connect 13 0 16 0;
|
|
#X connect 15 0 16 0;
|
|
#X connect 16 0 14 0;
|