table
audio
Named array of floats — shared with tabread~, tabwrite~, tabosc4~
Inlets
| Message | Description |
|---|---|
bang | Output the entire table as a Float32Array |
| Set value at index | |
| Get value at index — outputs {type:"get", index, value} | |
| Resize the table (preserves data up to new length) | |
clear | Fill the table with zeros |
normalize | Normalize table values to -1..1 range |
Outlets
| Message | Description |
|---|---|
Float32Array | Entire table contents as Float32Array (on bang) |
| Value at index (on get command) |
Tags
audiobufferarraywavetablesample