summaryrefslogtreecommitdiff
path: root/tascam_fw_console/encoder.py
AgeCommit message (Collapse)AuthorFilesLines
2018-11-03Serve as base OSC server for the Tascam Console Unittascam_fw_console-0.2sbahling1-15/+10
We remove the Ardour specific OSC mapping and create our own OSC API that will be consumed by OSC translators that communicate to specific applications. We only send the state of each control and set the state of each fader or led based on received commands. Logic for interpreting the control state will be moved to the OSC translator code.
2018-11-02Add Encoder classsbahling1-0/+41