Plug-in parameter groups

We’ve already added this to GenericAudioProcessorEditor on a private feature branch that’s got some other dependencies tangled up with it.

Once we have JUCE 6.1 released, and any important new bugs have been addressed, we can put it out as its own feature.

5 Likes

On develop, the GenericAudioProcessorEditor now supports grouped parameters:

We’ve also updated the DSPModulePluginDemo to use parameter groups:

The easiest way to see the new editor in action is to run the DSPModulePluginDemo inside the AudioPluginHost (building both from develop), and then to select “show all parameters”.

3 Likes