- 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:
parent
c9adfd020b
commit
e85d191b46
3100 changed files with 775434 additions and 3073 deletions
28
pd-0.44-2/doc/5.reference/unpack-help.pd
Normal file
28
pd-0.44-2/doc/5.reference/unpack-help.pd
Normal file
|
@ -0,0 +1,28 @@
|
|||
#N canvas 234 84 730 277 12;
|
||||
#X floatatom 80 180 0 0 0;
|
||||
#X floatatom 205 180 0 0 0;
|
||||
#X floatatom 243 180 0 0 0;
|
||||
#X floatatom 46 180 0 0 0;
|
||||
#X obj 117 180 print foo;
|
||||
#X obj 133 243 pack;
|
||||
#X text 51 242 See also;
|
||||
#X obj 101 9 unpack;
|
||||
#X text 164 8 - split a message to atoms;
|
||||
#X text 196 139 <-- creation arguments specify the types of atoms expected
|
||||
;
|
||||
#X msg 46 102 1 2;
|
||||
#X msg 85 102 3 4 shut;
|
||||
#X msg 164 102 5 6 pick 7 8;
|
||||
#X text 368 239 updated for Pd version 0.33;
|
||||
#X obj 46 139 unpack 0 0 s 0 0;
|
||||
#X text 25 36 unpack takes lists of atoms and distributes them to its
|
||||
outlets. The creation arguments specify float (any number or the symbol
|
||||
'f') \, pointer (symbol 'p') or symbol (symbol 's').;
|
||||
#X connect 10 0 14 0;
|
||||
#X connect 11 0 14 0;
|
||||
#X connect 12 0 14 0;
|
||||
#X connect 14 0 3 0;
|
||||
#X connect 14 1 0 0;
|
||||
#X connect 14 2 4 0;
|
||||
#X connect 14 3 1 0;
|
||||
#X connect 14 4 2 0;
|
Loading…
Add table
Add a link
Reference in a new issue