MIDI slider
The exhibit allows to control the impact of the machine learning via MIDI control change messages. Basically, any MIDI device that has sliders or knobs can be used, but often these devices come with many more than just one control.
Fortunately, it is not hard to create your own MIDI device using a microcontroller and basically any linear potentiometer. Some soldering may be required as well.
The folder contains implementations for different microcontroller platforms in its sub-folders:
- Arduino code for the Teensy LC microcontroller
- Python code for any board compatible with CircuitPython