Hi,
Another question again:
I am building an effect that should accommodate quick parameter changes (think a wah pedal with a quickly-changing filter frequency).
VST3 supports sample-accurate parameter automation.
How do I correctly get to the parameters for each sample?
Do I just call GetParam()
for each sample, or is there a better / more efficient way?
Obviously, I aim to absolutely minimise CPU usage.
Thanks,
Matt