The Vst 2.4 Sdk audioeffectx.h has an interface method:
virtual bool getProgramNameIndexed (VstInt32 category, VstInt32 index, char* text)
where the plugin can provide also a category for a preset to the host.
Is there a possibility in Juce ( vst2 or vst3) to handle something like a category
for a preset, so that the host can display it in a ( not flat) preset list?
Thanks in advance
