This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Ildaeil
mirror of
https://github.com/DISTRHO/Ildaeil.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
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
662b6a29f8
commit
e1f70b0d63
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
carla
+1
-1
dpf
+1
-1
plugins/Common/IldaeilUI.cpp
+ 1
- 1
carla
@@ -1 +1 @@
Subproject commit
0175570f1d41285f39efe0ee32234458e0ed941c
Subproject commit
8c95a54a368c17358843a928870f8e8d5a19c723
+ 1
- 1
dpf
@@ -1 +1 @@
Subproject commit
2cf3e6e6dd5ed52144106496efa34c7571639cd
0
Subproject commit
a4c83bfdc925db48f272e66a006a6630625c3e2
0
+ 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;
Write
Preview
Loading…
Cancel
Save