GenericAudioProcessorEditor in a VST host - hundreds of MIDI CC parameters?

I’m trying to pass a VST plugin imported as an AudioProcessor to a GenericAudioProcessorEditor, but you’d have to scroll past loads of “MIDI Ch. # CC #” entries to get to the actual parameters. I understand that JUCE handles MIDI CC events via wrapping them in parameters, but is there any way I could hide these from the GenericAudioProcessorEditor?