Skip to content

Commit

Permalink
ysfx: make sure we use a plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepVanlier committed Sep 11, 2024
1 parent 5a18a00 commit 7b02350
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake.plugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ endif()

juce_add_plugin(ysfx_plugin
PLUGIN_CODE "ysfx"
PLUGIN_MANUFACTURER_CODE "Jpci"
PLUGIN_MANUFACTURER_CODE "S4IK"
PRODUCT_NAME "ysfx_saike_mod"
JucePlugin_Name "ysfx_saike_mod"
COMPANY_NAME "Jean Pierre Cimalando / Joep Vanlier"
FORMATS VST3 AU
NEEDS_MIDI_INPUT TRUE
Expand Down Expand Up @@ -86,8 +87,7 @@ target_compile_definitions(ysfx_plugin
PUBLIC
"JUCE_WEB_BROWSER=0"
"JUCE_USE_CURL=0"
"JUCE_VST3_CAN_REPLACE_VST2=0"
"JUCE_DISPLAY_SPLASH_SCREEN=0")
"JUCE_VST3_CAN_REPLACE_VST2=0")

target_include_directories(ysfx_plugin
PRIVATE
Expand Down

0 comments on commit 7b02350

Please sign in to comment.