Browse Source

Minor comment change

master
falkTX 6 years ago
parent
commit
a980c4447b
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save