DUC is an open hardware and software project for controlling DAWs. Built using several Arduinos communicating using I2C.
There will be 4 different sketches, one for each module type.
The master module is called TCM (Traffic Controller Module) and is responsible for translating messages using the internal protocol DCP into messages understood by the host.
3 types ot slave modules is used: CSM (Channel Strip Module), MCM (Master Channel Module) and CM (Command Module).
The initial...