This is the software for the UTWIN6001 hardware. The UTWIN6001 is a "hat" for the raspberry pi allowing you to interface to a Doepfer A100 compatible system (eurorack modular synthesizer).
This software allows you to do all kinds of "conversions":
- midi to control voltage AND control voltage to midi
- audio-frequency to control voltage
- and so on!
Required packages:
- libgsl-dev
- libasound2-dev
- libsndfile-dev
- qtbase5-dev
- qt5-default
building:
- mkdir build
- cd build
- qmake ..
- make