- 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
18 lines
645 B
Text
18 lines
645 B
Text
#N canvas 118 333 531 212 10;
|
|
#X msg 74 143 2;
|
|
#X msg 455 77 \; pd dsp 0;
|
|
#X msg 454 40 \; pd dsp 1;
|
|
#X obj 62 177 print~;
|
|
#X msg 74 118 bang;
|
|
#X obj 62 92 phasor~ 1000;
|
|
#X text 122 119 bang prints one vector;
|
|
#X obj 454 18 loadbang;
|
|
#X text 109 142 print two or more successive vectors;
|
|
#X obj 32 12 print~;
|
|
#X text 85 12 - print out raw values of a signal;
|
|
#X text 301 171 Updated for Pd version 0.33;
|
|
#X text 19 44 The print~ object takes a signal input and prints one or more vectors out when you send it a bang or a number. By default a vector is 64 samples.;
|
|
#X connect 0 0 3 0;
|
|
#X connect 4 0 3 0;
|
|
#X connect 5 0 3 0;
|
|
#X connect 7 0 2 0;
|