lms-video/pd-0.44-2/doc/5.reference/tabsend~-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

12 lines
456 B
Text

#N canvas 246 126 621 247 12;
#X obj 31 27 tabsend~;
#X text 113 26 writes one block of a signal continuously to an array
;
#X msg 64 125 set my-table;
#X text 380 202 updated for Pd version 0.43;
#X text 21 77 By default a block is 64 samples but this can be reset
using the block~ object.;
#X text 225 161 creation argument: initializes table name;
#X text 180 125 'set' message to change table name;
#X obj 64 160 tabsend~ my-table;
#X connect 2 0 7 0;