Browse Source

VST2/3 fixes, allow to load plugin before search ends

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.3
falkTX 6 months ago
parent
commit
e1f70b0d63
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      carla
  2. +1
    -1
      dpf
  3. +1
    -1
      plugins/Common/IldaeilUI.cpp

+ 1
- 1
carla

@@ -1 +1 @@
Subproject commit 0175570f1d41285f39efe0ee32234458e0ed941c
Subproject commit 8c95a54a368c17358843a928870f8e8d5a19c723

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 2cf3e6e6dd5ed52144106496efa34c7571639cd0
Subproject commit a4c83bfdc925db48f272e66a006a6630625c3e20

+ 1
- 1
plugins/Common/IldaeilUI.cpp View File

@@ -1328,7 +1328,7 @@ protected:
}
}

ImGui::BeginDisabled(!fPluginScanningFinished || fPluginSelected < 0);
ImGui::BeginDisabled(fPluginSelected < 0);

if (ImGui::Button("Load Plugin"))
fIdleState = kIdleLoadSelectedPlugin;


Loading…
Cancel
Save