Request: Make ParametersPanel public

GenericAudioProcessorEditor is a super useful class, one the most useful ones in JUCE.

However, I sometimes run into cases where I’d like to pull in an individual Component from it, like ParameterDisplayComponent.

Will it be possible to move those into a public header?

Adding on this request:
Currently the generic editor isn’t refreshing its view when the processor calls updateHostDisplay(). Say if the parameter name changes.

It would be great to be able to customize more of those parameter components for things like that but it’s impossible because they’re not exposed.

The generic editor will now refresh the parameter names when updateHostDisplay is called:

1 Like