relax onoff field (0|1) => unlimited.

This commit is contained in:
Dooho Yi 2022-05-21 05:17:40 +09:00
parent 886066374a
commit 08c2188fce

View file

@ -222,7 +222,7 @@ void route_note(OSCMessage& msg, int offset) {
note.clear();
//
note.onoff = msg.getFloat(0);
if (note.onoff != 0) note.onoff = 1;
// if (note.onoff != 0) note.onoff = 1;
}
// (2) --> /velocity
if (msg.fullMatch("/velocity", offset)) {