mattjoyce / OpenDeck

Software and hardware platform for simpler building of MIDI controllers with support for DMX.

Home Page:https://shanteacontrols.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenDeck MIDI Platform

OpenDeck is a platform for building MIDI controllers. It is a firmware running on various boards which transforms them into class-compliant USB MIDI devices, making them compatible with any MIDI software on any operating system. OpenDeck is designed to solve two problems when building a MIDI controller:

  • Coding - there is no need to code anything in order to make changes to the controller or to make it work
  • Making the controller behave the way you want it to - the firmware supports huge number of configurable parameters, all configurable in a Web browser

Solving this two goals means you can forget about implementation details and focus on having your custom controller built as fast as possible.

The platform also supports DMX output so it can be used as DMX interface through usbserial plugin in Open Lighting Architecture.

Click the image below for a demo video of the OpenDeck configurator

Watch the video

Configurator is available either online or offline.

Some of the controllers built with OpenDeck

Features

The following components are supported:

  • Buttons
  • Encoders
  • LEDs (single color or RGB)
  • Potentiometers
  • FSRs (force-sensitive resistors)
  • LCD/OLED displays
  • Touchscreen displays (Nextion and Viewtech/Stone)

OpenDeck supports sending of both 7-bit and 14-bit Non-Registered Part Numbers (NRPN), latching messages on buttons, various encoding modes for quadrature encoders, LED control using MIDI In, configurable MIDI channels for each component individually, DMX output etc. Full list of supported features can be found here.

If the feature you want isn't supported yet, don't feel discouraged. Open up a discussion thread and let's talk about it.

Supported boards

OpenDeck firmware is compatible with official OpenDeck board, as well as various other boards, both small and large:

Some of the supported boards

For more details on supported boards, check the dedicated wiki page. A page with instructions on how to flash OpenDeck firmware to supported boards is also available. Support for custom boards can be easily added using YAML descriptors.

Documentation

Available on dedicated Wiki section.

Discussion

Need help? Want to show off your OpenDeck based builds? Head over to Discussions!

Credits

Licence

Most of the code is available under Apache Licence v2.0, with the following exceptions:

  • src/board/arch/stm32/gen: Code licenced by ST. Depending on the source file, the licence is mostly BSD 3-Clause or ST Ultimate Liberty license. Check individual files for details.
  • modules:
    • avr-libstdcpp: GNU GPL v3 or later with GCC Runtime Library Exception 3.1
    • core: MIT
    • dbms: MIT
    • dmxusb: MIT
    • EmuEEPROM: MIT
    • lufa: Modified MIT, see modules/lufa/LUFA/Licence.txt for details
    • midi: MIT
    • sysex: MIT
    • u8g2: Two-clause BSD
    • unity: MIT

About

Software and hardware platform for simpler building of MIDI controllers with support for DMX.

https://shanteacontrols.com

License:Apache License 2.0


Languages

Language:C 88.1%Language:C++ 9.4%Language:Assembly 1.5%Language:Shell 0.7%Language:Makefile 0.3%Language:Dockerfile 0.0%