Open wcraffonara opened 3 months ago
Yes, it possible with minimal effort.
Will you implement it? or can you tell me where in the code I can add it? Thank you for your support.
Search for On*ActiveSensing functions in all files and comment the code.
Hi, sorry, my fault. It's not the Active Sensing message I want to filter but I need to filter the SystemReset Messages (this is shown in the Terminal when I start monitoring). Can you give me a hint what I should modify in the code or were I can find the place were the SystemReset Message are sended?
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 Walter
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