Csound Csound-dev Csound-tekno Search About

[Csnd] how to influence the type of a gen16 routine

Date2012-02-18 22:02
FromStefan Thomas
Subject[Csnd] how to influence the type of a gen16 routine
Dear community,
I would like to now: how can I change the type of a gen16 routine within a orchestra section.
I would like to do change for a table like
gitype init -10
giDampCurve    ftgen    1,0,-20000,-16,1,    20000, gitype,    0.001

the gitype value, for example like:
instr 1
iamp ampmidi 1
icps cpsmidi
itype = g(itype)
itype  veloc -100, 0
 
Initially I thought, I could do this with tableiw but, as far as I know, I can only influence the value of an index, but now the type, am I right?