relax onoff field (0|1) => unlimited.
This commit is contained in:
parent
886066374a
commit
08c2188fce
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue