-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
KBLiveSolutions edited this page Jan 19, 2022
·
3 revisions
The open·control manual can be found here. This Wiki is about the code of the device.
The open·control code is divided in 3 parts:
- the firmware, that is uploaded on the controller itself
- the Remote Script, that is installed in the Ableton Live remote script folder
- the Editor, a webpage that can send and recevice MIDI messages, and that is used to change the settings of the controller
The firmware is a C/C++ Arduino code.
Python
HTML and Javascript