How to do Midi Through except a specific type of messages? #288
ruiseixasm
started this conversation in
General
Replies: 1 comment
-
There is an RFC about this exact use-case in #40. Can you review it and let us know there if it would work for you, or if there are other things you'd like to do that aren't covered by the API? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to know how to do Midi Through except for a small specific type of messages?
Currently I'm turning off the Midi Thru by doing:
However then I have to process all other types of midi messages with Handlers despite just wanting them to pass Thru.
Isn't there a way just to allow pass Thru by type of messages?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions