Browse Source

LV2 Host: Add missing path separator to UI bundle path

pull/22/head
reuk 3 years ago
parent
commit
c0d02fc75a
No known key found for this signature in database GPG Key ID: 9ADCD339CFC98A11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_processors/format_types/juce_LV2PluginFormat.cpp

+ 1
- 1
modules/juce_audio_processors/format_types/juce_LV2PluginFormat.cpp View File

@@ -2676,7 +2676,7 @@ private:
return Instance { descriptor->get()->instantiate (descriptor->get(), return Instance { descriptor->get()->instantiate (descriptor->get(),
pluginUri.toString (false).toRawUTF8(), pluginUri.toString (false).toRawUTF8(),
bundlePath.getFullPathName().toRawUTF8(),
File::addTrailingSeparator (bundlePath.getFullPathName()).toRawUTF8(),
writeFunction, writeFunction,
this, this,
&widget, &widget,


Loading…
Cancel
Save