Skip to content

Commit f552f47

Browse files
committed
Fix VST3_SUBCATEGORY
1 parent 38236c2 commit f552f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TemplateProject/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#define AAX_PLUG_CATEGORY_STR "Effect"
4848
#define AAX_DOES_AUDIOSUITE 1
4949

50-
#define VST3_SUBCATEGORY "Instrument|Synth"
50+
#define VST3_SUBCATEGORY "Fx"
5151

5252
#define APP_NUM_CHANNELS 2
5353
#define APP_N_VECTOR_WAIT 0

0 commit comments

Comments
 (0)