Browse Source

Carla-Plugin: Don't allow loading plugins that require fixed buffers

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

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

@@ -708,8 +708,7 @@ protected:

bool usesConstantBufferSize() const noexcept override
{
// TODO
return true;
return false;
}

EngineType getType() const noexcept override


Loading…
Cancel
Save