Csound Csound-dev Csound-tekno Search About

[Csnd] Creating a function table using the API

Date2012-07-14 15:35
FromEdward Costello
Subject[Csnd] Creating a function table using the API
AttachmentsNone  None  

Date2012-07-14 15:44
FromRory Walsh
SubjectRe: [Csnd] Creating a function table using the API
Yeah. csoundTableSet() and csoundTableGet().

On 14 July 2012 16:35, Edward Costello  wrote:
> Hi List,
>
> I'm using the CsoundAPI within an OS X program and I was wondering was it
> possible to create function tables programmatically. The reason I need this
> is because I am using Apple frameworks to open MP3 files as float arrays,
> and I would like to be able to access these values from within Csound.
> Thanks
>
> Edward Costello
>

Date2012-07-14 15:47
FromRory Walsh
SubjectRe: [Csnd] Creating a function table using the API
Note these functions require that the table is already created. To do
this just send a score event with a table size and number in advance
of calling csoundTableSet().

On 14 July 2012 16:44, Rory Walsh  wrote:
> Yeah. csoundTableSet() and csoundTableGet().
>
> On 14 July 2012 16:35, Edward Costello  wrote:
>> Hi List,
>>
>> I'm using the CsoundAPI within an OS X program and I was wondering was it
>> possible to create function tables programmatically. The reason I need this
>> is because I am using Apple frameworks to open MP3 files as float arrays,
>> and I would like to be able to access these values from within Csound.
>> Thanks
>>
>> Edward Costello
>>

Date2012-07-14 16:00
FromEdward Costello
SubjectRe: [Csnd] Creating a function table using the API
AttachmentsNone  None