Browse Source

Revert a previous decision, till we get info from hosts if supported

tags/v1.9.11
falkTX 6 years ago
parent
commit
261f25c369
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/backend/engine/CarlaEngineNative.cpp

+ 2
- 2
source/backend/engine/CarlaEngineNative.cpp View File

@@ -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


Loading…
Cancel
Save