Hello everybody!
I’m working on a pulsar synthesizer where i want to see some parameters in the genTable widget.
For example:
I am interpolating between different f-table via ftmorf to change e.g. the attack envelope of the pulsaret.
Now i want to be able to see the result of ftmorf in genTable.
I tried some different ways but none of them is working.
E.g. i triggered a different instrument to update the table.
also i thought this should be the solution:
kAttIndex, kAttIndexTrig cabbageGetValue "attIndex"
ftmorf kAttIndex, 1, 100
giAttTable = 100
if changed(kAttIndex) == 1 then
chnset 100, "attTable"
endif
But it doesn’t work.
Can somebody help?
Edit:
i found out doing it with another guiMode, but this introduces some trouble with other opcodes.