summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/internals/Note.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/internals/Note.cpp b/src/server/internals/Note.cpp
index 665ee472..b39dd1d4 100644
--- a/src/server/internals/Note.cpp
+++ b/src/server/internals/Note.cpp
@@ -195,6 +195,7 @@ NoteNode::run(RunContext& context)
}
break;
}
+ break;
case LV2_MIDI_MSG_BENDER:
bend(context, time, (((((uint16_t)buf[2] << 7) | buf[1]) - 8192.0f)
/ 8192.0f));