Browse Source

Always set juce plugin host name when importing juce code

tags/1.9.8
falkTX 7 years ago
parent
commit
01dd46b2bd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      data/copy-juce-carla

+ 1
- 0
data/copy-juce-carla View File

@@ -16,3 +16,4 @@ for M in $MODULES; do
done

find $CARLA_MODULES_DIR -name juce_module_info -delete
sed -i "s|Juce VST Host|Carla Plugin Host|" $CARLA_MODULES_DIR/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp

Loading…
Cancel
Save