Csound Csound-dev Csound-tekno Search About

[Csnd] truncating version of oscilikt, or tab with k-rate table param?

Date2011-12-03 16:44
FromRory Walsh
Subject[Csnd] truncating version of oscilikt, or tab with k-rate table param?
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?

Rory.


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"

Date2011-12-03 18:36
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] truncating version of oscilikt, or tab with k-rate table
> 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"

Date2011-12-03 19:36
FromRory Walsh
SubjectRe: [Csnd] truncating version of oscilikt, or tab with k-rate table
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"


Date2011-12-03 20:36
FromSteven Yi
SubjectRe: [Csnd] truncating version of oscilikt, or tab with k-rate table
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"


Date2011-12-03 21:02
FromRory Walsh
SubjectRe: [Csnd] truncating version of oscilikt, or tab with k-rate table
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"


Date2011-12-03 21:27
FromTito Latini
SubjectRe: [Csnd] truncating version of oscilikt, or tab with k-rate table
AttachmentsNone