diff --git a/source/backend/plugin/DssiPlugin.cpp b/source/backend/plugin/DssiPlugin.cpp index c8ebd4b19..44541f6de 100644 --- a/source/backend/plugin/DssiPlugin.cpp +++ b/source/backend/plugin/DssiPlugin.cpp @@ -1506,6 +1506,7 @@ public: } // End of Plugin processing (no events) +#ifndef BUILD_BRIDGE // -------------------------------------------------------------------------------------------------------- // Latency, save values for next callback @@ -1527,6 +1528,7 @@ public: } } } +#endif // -------------------------------------------------------------------------------------------------------- // Control Output diff --git a/source/backend/plugin/LadspaPlugin.cpp b/source/backend/plugin/LadspaPlugin.cpp index d6d9e51bd..aff43c66d 100644 --- a/source/backend/plugin/LadspaPlugin.cpp +++ b/source/backend/plugin/LadspaPlugin.cpp @@ -1130,6 +1130,7 @@ public: } // End of Plugin processing (no events) +#ifndef BUILD_BRIDGE // -------------------------------------------------------------------------------------------------------- // Latency, save values for next callback @@ -1151,6 +1152,7 @@ public: } } } +#endif // -------------------------------------------------------------------------------------------------------- // Control Output diff --git a/source/backend/plugin/Lv2Plugin.cpp b/source/backend/plugin/Lv2Plugin.cpp index 81d7afb52..b8c30cfaf 100644 --- a/source/backend/plugin/Lv2Plugin.cpp +++ b/source/backend/plugin/Lv2Plugin.cpp @@ -3112,6 +3112,7 @@ public: } // End of Plugin processing (no events) +#ifndef BUILD_BRIDGE // -------------------------------------------------------------------------------------------------------- // Latency, save values for next callback @@ -3133,6 +3134,7 @@ public: } } } +#endif // -------------------------------------------------------------------------------------------------------- // MIDI Output