diff --git a/lv2/x86_64/toobamp_1.2.74_amd64.deb b/lv2/x86_64/toobamp_1.2.76_amd64.deb similarity index 59% rename from lv2/x86_64/toobamp_1.2.74_amd64.deb rename to lv2/x86_64/toobamp_1.2.76_amd64.deb index be199e6..f1de7d2 100644 Binary files a/lv2/x86_64/toobamp_1.2.74_amd64.deb and b/lv2/x86_64/toobamp_1.2.76_amd64.deb differ diff --git a/src/PluginHost.cpp b/src/PluginHost.cpp index ca1c3c7..09a3b5a 100644 --- a/src/PluginHost.cpp +++ b/src/PluginHost.cpp @@ -1872,7 +1872,7 @@ static std::map ExtractPathPropertiesFromLilvState( bool Lv2PluginInfo::IsPathProperty(const std::string &uri) const { if (!piPedalUI_) { - + return false; } for (const UiFileProperty::ptr& fileProperty: this->piPedalUI_->fileProperties()) {