Hello,
I'd like to control parameters with control busses.
I understand how to do it with "internal" parameters like amp or squiz but what I'm after is a way to do this with parameters declared this way:
sine1Div1 = pF "sine1Div1"
sine1Div2 = pF "sine1Div2"
sine1Freq = pF "sine1Freq"
sine1FreqMod = pF "sine1FreqMod"
in other words, I'd like to be able to control a SynthDef that I added to tidal with control busses cause I need to have continuous values.
Is there a way to do this ?