Csound Csound-dev Csound-tekno Search About

[Csnd] named function tables?

Date2013-02-20 22:17
FromRory Walsh
Subject[Csnd] named function tables?
It would be nice to be able to use named function tables?

instr 1
a1 oscil 1, 123, "sine"
out a1
endin

f"sine" 0 1024 10 1

No more would I be met with silence when I ask my students what the
number after the oscil's frequency represents!

Date2013-02-20 22:26
Frompeiman khosravi
SubjectRe: [Csnd] named function tables?
I feel your pain man! 

But can't you do this with ftgen? Not quite the same but iSine/giSine is just as readable. 



On 20 February 2013 22:17, Rory Walsh <rorywalsh@ear.ie> wrote:
It would be nice to be able to use named function tables?

instr 1
a1 oscil 1, 123, "sine"
out a1
endin

f"sine" 0 1024 10 1

No more would I be met with silence when I ask my students what the
number after the oscil's frequency represents!


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"



Date2013-02-20 22:46
FromRory Walsh
SubjectRe: [Csnd] named function tables?
In most circumstances yes, but...

I'm thinking of creating a Cabbage widget that would let you browse
for sound files in a folder. Not a popup 'open dialog' but an embedded
list view of files. Selected files would populate a function-table
list. When the user hits hey presto the sound files in the function
table list would be loaded into a set of function tables via a
sequence of score events. The user would set a starting number for the
tables, or set a name for each one. All that should work fine, but it
would be nice if the user was able to use the function table names in
their code. It would make it so much easier to remember which samples
are in which function tables when you are editing their code. It's no
biggy, I think it will work really well even with this small
limitation in place. And it should allow you to change samples/tracks
in real time, as you can do with other audio software.


On 20 February 2013 22:26, peiman khosravi  wrote:
> I feel your pain man!
>
> But can't you do this with ftgen? Not quite the same but iSine/giSine is
> just as readable.
>
> P
>
> On 20 February 2013 22:17, Rory Walsh  wrote:
>>
>> It would be nice to be able to use named function tables?
>>
>> instr 1
>> a1 oscil 1, 123, "sine"
>> out a1
>> endin
>>
>> f"sine" 0 1024 10 1
>>
>> No more would I be met with silence when I ask my students what the
>> number after the oscil's frequency represents!
>>
>>
>> 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"
>>
>

Date2013-02-21 18:58
Frompeiman khosravi
SubjectRe: [Csnd] named function tables?
Sounds amazing Rory.

Best,
Peiman  



On 20 February 2013 22:46, Rory Walsh <rorywalsh@ear.ie> wrote:
In most circumstances yes, but...

I'm thinking of creating a Cabbage widget that would let you browse
for sound files in a folder. Not a popup 'open dialog' but an embedded
list view of files. Selected files would populate a function-table
list. When the user hits hey presto the sound files in the function
table list would be loaded into a set of function tables via a
sequence of score events. The user would set a starting number for the
tables, or set a name for each one. All that should work fine, but it
would be nice if the user was able to use the function table names in
their code. It would make it so much easier to remember which samples
are in which function tables when you are editing their code. It's no
biggy, I think it will work really well even with this small
limitation in place. And it should allow you to change samples/tracks
in real time, as you can do with other audio software.


On 20 February 2013 22:26, peiman khosravi <peimankhosravi@gmail.com> wrote:
> I feel your pain man!
>
> But can't you do this with ftgen? Not quite the same but iSine/giSine is
> just as readable.
>
> P
>
> On 20 February 2013 22:17, Rory Walsh <rorywalsh@ear.ie> wrote:
>>
>> It would be nice to be able to use named function tables?
>>
>> instr 1
>> a1 oscil 1, 123, "sine"
>> out a1
>> endin
>>
>> f"sine" 0 1024 10 1
>>
>> No more would I be met with silence when I ask my students what the
>> number after the oscil's frequency represents!
>>
>>
>> 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"