Skip to content

Commit fafad20

Browse files
committed
Set DISTRHO_PLUGIN_VST3_CATEGORIES
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 6a5fe07 commit fafad20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/MVerb/DistrhoPluginInfo.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
3030
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1
3131

32-
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
32+
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
33+
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Reverb"
3334

3435
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED

0 commit comments

Comments
 (0)