Buttons and knobs triggering other buttons
-
Try removing this line from the note off callback
Message.ignoreEvent(true);
-
@d-healey I just changed the name of it because it seemed to confuse which button it was linked to from the UI. IT WORKS NOW THANK YOU! Never thought about messing with that line it looked dangerous :D What does it do?
-
@blezzbeats Kind of self explanatory, it ignores incoming events (MIDI notes). :p