Skip to content

Releases: neroroxxx/BMC

Version 1.7.2

10 Jan 22:05
Compare
Choose a tag to compare
  • Fixes an issue preventing OLED displays from compiling

Version 1.7.1

27 Nov 05:23
Compare
Choose a tag to compare

Hot fix for error compiling for Teensy 4.1

Version 1.7.0

21 Oct 01:39
Compare
Choose a tag to compare

New Features:

  • Adds Support for OLED Displays
  • Adds Support for ILI9341 Display
  • Setlists now support song parts

This is the last release with new features until BMC 2.0 which is now under development.
BMC 2.0 will be a massive re-write that will be heavily based around an Event's Library, it will be much faster, more compact EEPROM space and it will have a much smaller flash footprint leaving room for a built-in editor using the ILI9341 display.

Version 1.6.2

14 Sep 21:35
Compare
Choose a tag to compare
  • Adds New Pixel Rainbow Fade Mode
  • Bumped version to match web editor

Version 1.6.0

22 Jun 01:33
Compare
Choose a tag to compare
  • 74HC40XX can be used for buttons/encoders
  • Adds Teensy Micromod Support

Version 1.5.0

19 Apr 17:29
Compare
Choose a tag to compare
  • Adds DAW Logic Control! (See documentation)
  • Improved Encoder Readings
  • Improved Pot Readings

Version 1.4.2

09 Dec 04:35
Compare
Choose a tag to compare
  • Fixed issue naming pots
  • Added pots debugging, type pots in the serial monitor to toggle debugging

Version 1.4.1

24 Nov 15:01
Compare
Choose a tag to compare
  • Updated example sketches
  • Added compatibility callback to BMCApi "onEditorUpdate" which was replaced by "onStoreUpdate"

Version 1.4.0

09 Jul 17:24
Compare
Choose a tag to compare
  • Added New Timed Events, these allow to execute a task after a set time has passed or in a loop
  • Minor code fixes/cleanup

Version 1.3.0

30 Apr 18:08
Compare
Choose a tag to compare
  • Adds Pitch Bend Events for Pots.
  • Fixed Pitch Bend Callbacks