How to use Midi note_on messages from drum pads

Hi,
did you try match on
note, velocity = sync “/midi*10/note_on”
This works for me on v4 beta version

I also found out how to get the channel name from another post by @robin.newman:
puts get_event("/midi:*/*").to_s.split(",")[6]