Skip to content

Commit

Permalink
FX Bank XT Name; LV2 Settings and URI (#4357)
Browse files Browse the repository at this point in the history
1. The XT FX Bank is "Surge XT Effects"
2. The LV2 URIs are correct
3. The LV2_SHARED_LIB thing per #4030 is in place although
   requires an upstream merge to be workable
  • Loading branch information
baconpaul authored Apr 22, 2021
1 parent 17f374a commit 148fcb5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -685,9 +685,9 @@ if( BUILD_SURGE_EFFECTS_BANK )
target_include_directories(surge-juce-userint-fx PRIVATE ${SURGE_COMMON_INCLUDES})

juce_add_plugin(surge-fx
PRODUCT_NAME "SurgeEffectsBank XT"
PRODUCT_NAME "Surge XT Effects"
COMPANY_NAME "Surge Synth Team"
BUNDLE_ID "org.surge-synth-team.surge-fx-xt"
BUNDLE_ID "org.surge-synth-team.surge-xt-fx"
PLUGIN_MANUFACTURER_CODE VmbA
PLUGIN_CODE SFXT

Expand All @@ -696,7 +696,8 @@ if( BUILD_SURGE_EFFECTS_BANK )
NEEDS_MIDI_OUTPUT FALSE
IS_MIDI_EFFECT FALSE

LV2_URI https://surge-synthesizer.github.io/surge-fx-xt
LV2_URI https://surge-synthesizer.github.io/lv2/surge-xt-fx
LV2_SHARED_LIBRARY_NAME SurgeXT_FX

FORMATS ${SURGE_JUCE_FORMATS}
)
Expand Down Expand Up @@ -824,7 +825,8 @@ if( BUILD_SURGE_XT )
NEEDS_MIDI_OUTPUT FALSE
IS_MIDI_EFFECT FALSE

LV2_URI https://surge-synthesizer.github.io/surge-xt
LV2_URI https://surge-synthesizer.github.io/lv2/surge-xt
LV2_SHARED_LIBRARY_NAME SurgeXT

FORMATS ${SURGE_JUCE_FORMATS}
)
Expand Down

0 comments on commit 148fcb5

Please sign in to comment.