| I hadn't spotted that, but it's a-rate only and it looks like it
interpolates between each value in the table. At the moment I'm doing
something like this:
kTable ctrl7 1,1, 1, 5
kfreq ctrl7 1, 2, 0, 10
kArpIndex phasor kfreq
if(int(kTable)==1) then
kArp tab kArpIndex, 1, 1
elseif(int(kTable)==2) then
kArp tab kArpIndex, 2, 1
elseif(int(kTable)==3) then
kArp tab kArpIndex, 3, 1
elseif(int(kTable)==4) then
kArp tab kArpIndex, 4, 1
endif
On 3 December 2011 20:36, Steven Yi wrote:
> Maybe try this:
>
> http://www.csounds.com/manual/html/tablexkt.html
>
> On Sat, Dec 3, 2011 at 7:36 PM, Rory Walsh wrote:
>> All the table opcodes I know take i-rate args for table numbers? Am I
>> looking in the wrong place? For instance:
>>
>> ares table andx, ifn [, ixmode] [, ixoff] [, iwrap]
>> ares tablei andx, ifn [, ixmode] [, ixoff] [, iwrap]
>> kr tab kndx, ifn[, ixmode]
>>
>> ??
>>
>>
>> On 3 December 2011 18:36, wrote:
>>>> Any chance we could see a truncating version of oscilikt in future
>>>> releases? Also, a table opcode that lets users change tables at k-rate
>>>> would be nice too?
>>>>
>>>
>>> About the later, in what way does it not already exist?
>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|