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
Misc
tags/1.9.4
falkTX
10 years ago
parent
8811e8d9a8
commit
fe470ce100
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/backend/engine/CarlaEngine.cpp
+ 1
- 1
source/backend/engine/CarlaEngine.cpp
View File
@@ -1219,7 +1219,7 @@ void CarlaEngine::callback(const EngineCallbackOpcode action, const uint pluginI
if (action == ENGINE_CALLBACK_IDLE)
pData->isIdling = true;
#ifdef BUILD_BRIDGE
else
else
if (pData->oscData != nullptr)
{
switch (action)
{
Write
Preview
Loading…
Cancel
Save