Releases: neroroxxx/BMC
Releases · neroroxxx/BMC
Version 1.7.2
- Fixes an issue preventing OLED displays from compiling
Version 1.7.1
Hot fix for error compiling for Teensy 4.1
Version 1.7.0
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
- Adds New Pixel Rainbow Fade Mode
- Bumped version to match web editor
Version 1.6.0
- 74HC40XX can be used for buttons/encoders
- Adds Teensy Micromod Support
Version 1.5.0
- Adds DAW Logic Control! (See documentation)
- Improved Encoder Readings
- Improved Pot Readings
Version 1.4.2
- Fixed issue naming pots
- Added pots debugging, type pots in the serial monitor to toggle debugging
Version 1.4.1
- Updated example sketches
- Added compatibility callback to BMCApi "onEditorUpdate" which was replaced by "onStoreUpdate"
Version 1.4.0
- 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
- Adds Pitch Bend Events for Pots.
- Fixed Pitch Bend Callbacks