Hi,
I’m implementing a GUI for the FourOSc synth and can’t seem to find automatable parameters for all values.
It seems that it’s all the parameters with non-continuous values.
(test in Waveform suggests they’re not automatable there either)
Is this because of technical limitations? Design choice?
More importantly, since those are not automatable parameters, is it ok to connect them like this to a slider? (so without valuestate listeners, sliderlisteners, async update etc)
Or does this connect gui thread and audio thread risking creating audio artifacts?
onButton.getToggleStateValue().referTo(plugin->reverbOnValue.getPropertyAsValue());
General:
- Osc WaveType
- FilterType
- ADSR slopes (filter slope, amp analog)
The on/off switches of the effects:
DistortionOn
ChorusOn
ReverbOn
DelayOn
Other values:
DelayValue