From b770f61b93be66b3f2904e5c85ffbae9869cbf8c Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 22 Sep 2018 20:47:04 +0200 Subject: [PATCH] Fix internal plugins not handling internal controls on native bridge --- source/backend/plugin/CarlaPluginNative.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backend/plugin/CarlaPluginNative.cpp b/source/backend/plugin/CarlaPluginNative.cpp index 0e9b99a5b..04977acd4 100644 --- a/source/backend/plugin/CarlaPluginNative.cpp +++ b/source/backend/plugin/CarlaPluginNative.cpp @@ -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)