Skip to content

Releases: shanteacontrols/OpenDeck

v7.12.2

05 Jan 21:27

Choose a tag to compare

Fixes

  • Fixed the issue with bouncing analog inputs configured as buttons

v7.12.1

04 Jan 12:16

Choose a tag to compare

Fixes

  • Lower the analog on threshold for buttons on 10-bit ADC

v7.12.0

31 Dec 11:39

Choose a tag to compare

New features

  • Added new MMC Play/Stop combination button message type

Fixes

  • Fixed the handling of global LED channel

Other

  • Misc code cleanups and refactorings
  • Improved support for flashing of STM32 targets via pyocd

v7.11.1

06 Dec 14:59

Choose a tag to compare

New features

  • Analog inputs configured as inputs will now send their values on startup and preset change

Fixes

  • Fixed broken ability to use analog inputs as buttons

Other

  • Rework the VSCode/Docker/CI setup

v7.11.0

28 Nov 16:59

Choose a tag to compare

Fixes

  • Fixed non-functional button debouncer
  • Fixed builds of custom boards using 4051 multiplexer

Other

  • Disabled touchscreen support by default on Arduino Mega due to low amount of resources

v7.10.0

17 Apr 21:57

Choose a tag to compare

New features

  • Added the ability to send repeated note with configurable value using encoders (one option: repeated note with configured value in both direction, other option: same but with value 0 in other direction)
  • Added the ability to send two different notes using encoders

v7.9.0

08 Apr 16:18

Choose a tag to compare

New features

  • Implemented static LED control mode in which LED is constantly on

Other

  • Misc build system / flashing scripts improvements

v7.8.0

15 Mar 10:11

Choose a tag to compare

New features

  • Display now supports display of the current preset in the upper right corner
  • In/Out text on display has been replaced with "<" and ">" symbols respectively
  • Data order for MIDI messages on display has been changed to channel, index, value
  • Preset change with MIDI Program Change in message is now optional and disabled by default

v7.7.1

06 Mar 19:11

Choose a tag to compare

Fixes

  • Fixed support for nRF52 MCUs

Other

  • Switched to west tool for managing modules

v7.7.0

21 Feb 10:49

Choose a tag to compare

New features

  • Custom boards can now specify amount of daisy-chained MAX7219 drivers
  • Added Note message type for encoders
  • Added the ability to set lower and upper limits for encoders (for continuous messages)
  • Added the ability to disable forced component refresh after preset change