to get a hang of creating VSTs with Cabbage, i have started on building a Scanned opcode instrument.
Is it possible to have more than 1 table visualized in one gentable window?
(I have to show 6 editable windows!)
to get a hang of creating VSTs with Cabbage, i have started on building a Scanned opcode instrument.
Is it possible to have more than 1 table visualized in one gentable window?
(I have to show 6 editable windows!)
okay found something.
Lots of things are possible
i am sorry to ask questions all the time, but i just can not find all things in the docs.
i want to show 6 tables in one window. This is how it looks now:
and i can switch between them. Luckily all tables have more or less the same AmpRange, so they can live nicely together in one window.
One table in one window is editable. I do not find how to edit the selected table in a window however.
Is this possible?
And, if yes, how? Is there a shortcut for it?
If you want handles, you’ll need to use gen07, gen5 or gen02. And as far as I remeber, you need to use a negative gen number. Can you try that and let me know. I’m not at a machine right now that has Cabbage installed. But there’s always one close by!
Yes, the tables for damping, stiffness, centering etc are all negative.
What i found out is that another argument had to be added to gentable: active(1)
And now the handles are there:
Problem solved, on to the next one!
thanks!