summaryrefslogtreecommitdiff
path: root/tascam_fw_console/cli.py
AgeCommit message (Collapse)AuthorFilesLines
2020-06-04Add -d/--device option to specify path of the snd devicesbahling1-2/+5
rename the GUID option to -g/--guid
2018-11-03Serve as base OSC server for the Tascam Console Unittascam_fw_console-0.2sbahling1-2/+2
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-10-31Fix port assignmentssbahling1-2/+3
Use defaults set by Ardour
2018-10-26Create initial package setup with setuptoolssbahling1-0/+60