alf45tar / PedalinoMini

Wireless and Bluetooth MIDI Foot Controller
GNU General Public License v3.0
484 stars 84 forks source link

Feature request - Filter active sensing message 0xFE #527

Open wcraffonara opened 1 month ago

wcraffonara commented 1 month ago

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

alf45tar commented 1 month ago

Yes, it possible with minimal effort.

wcraffonara commented 1 week ago

Will you implement it? or can you tell me where in the code I can add it? Thank you for your support.

alf45tar commented 1 week ago

Search for On*ActiveSensing functions in all files and comment the code.