You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written a bit of code to add support to the default libraries in midi.lua. It was very easy to implement, just using the event constructor and referencing the byte code. I've tested it with a MPE handler and it works alright, but would like this feature to be part of the default library for easier deployment. :)
EDIT: With a little testing I'm not sure if aftertouch is behaving as expected, might need to review this further when I have time time.