From 2ab449d56afab742efca540e0ecde2c38b1e8d43 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Fri, 5 May 2023 11:16:56 +0200 Subject: [PATCH] Update VST3 Category --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1514439..d33e54e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ juce_add_plugin(SimpleDrum 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 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 # `juce_generate_juce_header` will create a JuceHeader.h for a given target, which will be generated