This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
20
Wiki
Activity
Browse Source
Fix infinite loop, sorry!
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.03
falkTX
4 years ago
parent
ad36594b35
commit
5e8a03d3dd
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/Cardinal/src/HostMIDI-CC.cpp
+ 1
- 1
plugins/Cardinal/src/HostMIDI-CC.cpp
View File
@@ -425,7 +425,7 @@ struct HostMIDICC : TerminalModule {
if (isBypassed())
return;
for (int id = 0; id < 16; id)
for (int id = 0; id < 16;
++
id)
{
if (learnedCcs[id] < 0)
continue;
Write
Preview
Loading…
Cancel
Save