This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Minor compiler warning fix
tags/v1.9.9
falkTX
6 years ago
parent
f95f81ff51
commit
8129b0f6c4
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
source/libjack/libjack.cpp
+ 3
- 0
source/libjack/libjack.cpp
View File
@@ -934,6 +934,9 @@ bool CarlaJackAppClient::handleNonRtData()
}
break;
case kPluginBridgeNonRtClientRestoreLV2State:
break;
case kPluginBridgeNonRtClientShowUI:
if (jack_carla_interposed_action(3, 1, nullptr) == 1337)
{
Write
Preview
Loading…
Cancel
Save