Browse Source

Fix internal plugins not handling internal controls on native bridge

tags/v1.9.12
falkTX 6 years ago
parent
commit
b770f61b93
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/plugin/CarlaPluginNative.cpp

+ 1
- 1
source/backend/plugin/CarlaPluginNative.cpp View File

@@ -2068,7 +2068,7 @@ public:
if (fTimeInfo.playing)
fTimeInfo.frame += frames;

#ifndef BUILD_BRIDGE
#ifndef BUILD_BRIDGE_ALTERNATIVE_ARCH
// --------------------------------------------------------------------------------------------------------
// Post-processing (dry/wet, volume and balance)



Loading…
Cancel
Save