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
Added initial support for Nordic nRF52840 MCUs (no Bluetooth yet - support will be added in future releases)
Added the ability to specify global MIDI channel for all components
Added the ability to specify "omni" MIDI chanel 17
For outgoing data, channel 17 will send MIDI messages on all MIDI channels
For incoming data, setting the channel to 17 will ignore the channel (eg. for LEDs this will make them listen to all MIDI channels)
Added "Only note off" and "Only CC 0" message modes for buttons: combined with omni MIDI channel setting this makes it possible to configure the buttons as "kill" switches to mute all channels if supported by the controlling software / gear
Reworked MIDI thru options (DIN to DIN, DIN to USB, USB to DIN, USB to USB)
Implemented double-buffering for DMX to avoid tearing
Added the ability to control DMX channels via SysEx
Added the ability to control DMX channels via connected components - DMX message mode can now be assigned to buttons, encoders and analog components