You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, MIDI channels are ignored and all midi info is parsed. This sometimes causes undesirable behaviour, such as taking in random note information from external devices when doing a 'midi learn'.
In order to fix this, it would make sense to give devices the option to have a 'MIDI channel whitelist'. The user could specify which channels are respected when coming from that device.
Notes:
Devices are currently omitted from saved projects, would need a clean way of handling missing devices, etc. Possibly only save the channel stuff and device ID and make use of it if device isn't missing, otherwise ignore.
Simple global whitelist may be preferable as in reality most messages coming in will be via one connected device anyway. All other devices connected on the chain may only be coming in via one USB port.
Currently, MIDI channels are ignored and all midi info is parsed. This sometimes causes undesirable behaviour, such as taking in random note information from external devices when doing a 'midi learn'.
In order to fix this, it would make sense to give devices the option to have a 'MIDI channel whitelist'. The user could specify which channels are respected when coming from that device.
Notes:
The text was updated successfully, but these errors were encountered: