Skip to content

Releases: neroroxxx/BMC

Version 2.3.3

31 Mar 19:25
Compare
Choose a tag to compare

Version 2.3.3 add Beta support for some ESP32 boards. It also moves away from using the WS2812Serial Library and now it uses FastLED for Pixels control. Please be sure to report any issues when using supported ESP32 boards.

  • Adds ESP32 Beta Support
  • ESP32 uses BLE MIDI instead of USB MIDI
  • ESP32 currently does NOT support Mini Displays
  • ESP32 uses NimBLE-Arduino for BLE MIDI (now a library dependency)
  • Moved to use FastLED for Pixels (now a library dependency)
  • Supports Editor App Version 2.3.3
  • Added new BMC for ESP32 boards package

You will only need to instal the Adafruit GFX Library, any other dependencies are included in the board packages.
You can have both BMC for ESP32 and the ESP32 for Arduino boards installed at the same time.
If you are going to use an ESP32, refer to installation instructions @ https://www.roxxxtar.com/blog/articles/2023/05/05/installing-teensyduino-and-bmc-on-arduino-2-0

Version 2.3.1

13 Mar 13:42
Compare
Choose a tag to compare

Highly recommended for the new BMC iPad app!

Adds Keep Connection Alive routing, specially needed with iPad, when you close the app the app will not automatically disconnect like it does on the web version.

Keep Connection Alive ensures that your Teensy properly detects when the app is no longer communicating. Normally, when the app connects, the Teensy enters a “connected” state. However, if the connection is lost unexpectedly—without the app explicitly sending a disconnect signal—the Teensy may remain in that state indefinitely.

With this feature enabled, the Teensy will automatically transition to a “not connected” state if communication stops, preventing stale connections and ensuring proper status detection.

Version 2.3.0

11 Mar 16:16
Compare
Choose a tag to compare

Backup your BMC build before uploading updated Sketch.

  • Adds real time factory reset for Pots Calibration with the editor
  • Supports Editor v2.3.0
  • Minor Bug Fixes

Version 2.2.5

31 Jan 23:06
Compare
Choose a tag to compare

Always Create a backup on the editor app before upgrading!

This update lets you display the name of a MIDI Control Change event on a display. Normally, displays show the channel, CC, and value for MIDI events, but now you can also display the event’s name.

Here’s why this is useful: Many people use displays as LEDs to show status. With this update, you can make a display show a text name and also indicate the status at the same time.

To use this feature, try this:

Set up a MIDI Control Change (CC) to toggle between 0 and 127 to turn an FX Processor on/off.
Create a "MIDI: Control Change" event, with Value 0 for off and Value 127 for on.
Assign a name to the event from the name library.
Assign the event to a button so it toggles the FX Processor's parameter.
Add the event to a display, which will show Channel/CC/Value by default.
Turn on the "Display Names" option for that display.
The display will now show the name you assigned to the event.
When you press the footswitch to toggle the CC value, the display will change color: if the CC value is 64 or more, the display inverts color; if it's less than 64, it will show the assigned colors.
This lets you use the display to show both text and status at the same time.

Version 2.2.4

28 Apr 17:32
Compare
Choose a tag to compare
  • Always Create a backup on the editor app before upgrading!
  • Fixed 74HC4051 Bug
  • Added Button Callbacks to Sketch API

Version 2.2.3

06 Mar 15:56
Compare
Choose a tag to compare
  • Fixed debug errors when compiling with Pots

Version 2.2.2

03 Jan 15:07
Compare
Choose a tag to compare
  • Fixed bug with On-Board Editor

Version 2.2.1

29 Nov 02:22
Compare
Choose a tag to compare

Hot Fix: Bug affecting ILI displays

Create a backup on the editor app before upgrading!

Requires Editor v2.2.0 for all new features

Version 2.2.0

29 Nov 02:20
Compare
Choose a tag to compare
  • Adds Support for Mini Displays (ST7735 TFT Displays).
  • Adds Support for MIDIBLE.
  • Minor Bug Fixes.

Create a backup on the editor app before upgrading!

Requires Editor v2.2.0 for all new features

For a full change log visit https://www.roxxxtar.com/blog/articles/2023/11/21/what-s-new-in-bmc-2-2-0

Version 2.1.1

18 Sep 18:55
Compare
Choose a tag to compare
  • Adds Outgoing MIDI Control
  • Minor Bug Fixes

Create a backup on the editor app before upgrading!

Requires Editor v2.1.1 for all new features

For a full change log visit https://www.roxxxtar.com/blog/articles/2023/09/18/what-s-new-in-bmc-2-1-1