JUCE
JUCE copied to clipboard
Allow dynamic updates of VST3 parameter step count
Sometimes it may be necessary to not only change the name or unit of a parameter at runtime but also to change the number of steps and notify the host about it.
This patch moves setting the VST3 parameter info step count into the updateParameterInfo() member function.