Update VST3 Category
This commit is contained in:
@@ -54,6 +54,7 @@ juce_add_plugin(SimpleDrum
|
|||||||
PLUGIN_CODE cRwP # A unique four-character plugin id with exactly one upper-case character
|
PLUGIN_CODE cRwP # A unique four-character plugin id with exactly one upper-case character
|
||||||
# GarageBand 10.3 requires the first letter to be upper-case, and the remaining letters to be lower-case
|
# GarageBand 10.3 requires the first letter to be upper-case, and the remaining letters to be lower-case
|
||||||
FORMATS VST3 # The formats to build. Other valid formats are: AAX Unity VST AU AUv3
|
FORMATS VST3 # The formats to build. Other valid formats are: AAX Unity VST AU AUv3
|
||||||
|
VST3_CATEGORIES Instrument Drum
|
||||||
PRODUCT_NAME "SimpleDrum") # The name of the final executable, which can differ from the target name
|
PRODUCT_NAME "SimpleDrum") # The name of the final executable, which can differ from the target name
|
||||||
|
|
||||||
# `juce_generate_juce_header` will create a JuceHeader.h for a given target, which will be generated
|
# `juce_generate_juce_header` will create a JuceHeader.h for a given target, which will be generated
|
||||||
|
|||||||
Reference in New Issue
Block a user