Csound Csound-dev Csound-tekno Search About

[Csnd] modify table

Date2010-11-09 12:36
FromStefan Thomas
Subject[Csnd] modify table
Dear community,
I would like to change the amlitude values of an gen10 table, like
f 1 0 16384 10 1 0.5 0.3 0.25 ; etc

I want to create a relationship between key.velocity and this table-values. How can I modify this table-contents?
Thanks for Your support
Stefan





Date2010-11-09 13:51
FromJoel Ross
Subject[Csnd] Re: modify table
Since this is gen10, its creating data based on those values, but I
don't think it stores them. You would have to:

* Create several tables, and read them separately, mixing between them.
* Use ftmorph to interpolate between different ftables.
* Rewrite the table at an appropriate time to avoid artifacts.

You could alternatively do an additive synthesis base on values in a
table created by gen02, and control each partial independently.
Other alternatives might be to use buzz or adsyn to do the same job,
or simply filtering of your first complex tone depending on how you
want to make the relationship.

Regards,
 Joel

On 9 November 2010 13:36, Stefan Thomas
 wrote:
> Dear community,
> I would like to change the amlitude values of an gen10 table, like
>
> f 1 0 16384 10 1 0.5 0.3 0.25 ; etc
>
> I want to create a relationship between key.velocity and this table-values.
> How can I modify this table-contents?
> Thanks for Your support
> Stefan
>
>
>
>
>
>


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"