[Csnd] Dynamic table size and csoundTableCopyIn()
| Date | 2018-10-04 22:57 |
| From | Hector Centeno |
| Subject | [Csnd] Dynamic table size and csoundTableCopyIn() |
Hello, Is it possible to somehow use csoundTableCopyIn() to load audio at run time into a table and have the table adapt to the size of the new audio data? Is this possible at all using the API or is replacing audio data in a table only doable with the ftgn opcode? Thanks! Hector |
| Date | 2018-10-04 23:39 |
| From | Victor Lazzarini |
| Subject | Re: [Csnd] Dynamic table size and csoundTableCopyIn() |
|
It's possible to use it to copy data into
a table, but not to resize it. The table size
is set on creation through ftgen or
an f-statement.
Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
|