From 261f25c36945e73c331da07c878b297296356b9d Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 21 Aug 2018 18:13:52 +0200 Subject: [PATCH] Revert a previous decision, till we get info from hosts if supported --- source/backend/engine/CarlaEngineNative.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/backend/engine/CarlaEngineNative.cpp b/source/backend/engine/CarlaEngineNative.cpp index e22c39da0..e81d1f295 100644 --- a/source/backend/engine/CarlaEngineNative.cpp +++ b/source/backend/engine/CarlaEngineNative.cpp @@ -709,8 +709,8 @@ protected: bool usesConstantBufferSize() const noexcept override { - // FIXME at least LV2 hosts can report this - return false; + // TODO LV2 hosts can report this, till then we allow this + return true; } EngineType getType() const noexcept override