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
Fix copy&paste typo leading to vst discovery crashes
tags/v1.9.11
falkTX
6 years ago
parent
a129422a27
commit
0ce52f5ca1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/discovery/carla-discovery.cpp
+ 1
- 1
source/discovery/carla-discovery.cpp
View File
@@ -1150,7 +1150,7 @@ static void do_vst_check(lib_t& libHandle, const char* const filename, const boo
}
}
if (audio
In
s == 0)
if (audio
Out
s == 0)
{
bufferAudioOut[0] = nullptr;
}
Write
Preview
Loading…
Cancel
Save