-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request - Filter SystemReset Messages #527
Comments
Yes, it possible with minimal effort. |
Will you implement it? or can you tell me where in the code I can add it? |
Search for On*ActiveSensing functions in all files and comment the code. |
Hi, I tried already to comment out every line where this SystemReset is sent to DIN MIDI but it doesn't work. Thank you very much! Regards |
Solved: in MIDI.hpp line 1457 comment out "case SystemReset" in funciton void MidiInterface<Transport, Settings, Platform>::thruFilter(Channel inChannel) |
Hi,
Would it be possible to implement a simple filter for MIDI active sensing messages (0xFE)?
Implementation: if input message from MIDI IN is 0xFE (active sensing) then do not send it to MIDI OUT.
Use case: some MIDI controllers like Boss ES8/5 do send continous active sensing MIDI messages which causes unwanted noise/popping in audio signal when audio devices do not implement a good shielding between audio and MIDI interface. This noise can be eliminated by filtering this continous active sensing messages.
Thank you for your support
Best regards
Walter
The text was updated successfully, but these errors were encountered: