This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Carla-Plugin: Don't allow loading plugins that require fixed buffers
tags/v1.9.11
falkTX
6 years ago
parent
b92cb268fb
commit
6200e88aab
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save