JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

Allow dynamic updates of VST3 parameter step count

Open seb-nektar opened this issue 3 years ago • 0 comments

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.

seb-nektar avatar Aug 03 '22 12:08 seb-nektar