This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Kars
mirror of
https://github.com/DISTRHO/Kars
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Minor comment change
master
falkTX
6 years ago
parent
1149c3e12a
commit
a980c4447b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/Kars/DistrhoPluginKars.cpp
+ 1
- 1
plugins/Kars/DistrhoPluginKars.cpp
View File
@@ -111,7 +111,7 @@ void DistrhoPluginKars::run(const float**, float** outputs, uint32_t frames, con
fNotes[note].velocity = velo;
break;
}
//
nobreak
//
fall through
case 0x80:
note = data[1];
DISTRHO_SAFE_ASSERT_BREAK(note < 128); // kMaxNotes
Write
Preview
Loading…
Cancel
Save