summaryrefslogtreecommitdiff
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* basic functionality works nowChristian Pointner2020-04-121-5/+10
* new mixer interface mostly done, remaining issues with floats and rounding er...Christian Pointner2020-04-061-122/+109
* mixer: basic osc message handling for /info operationChristian Pointner2020-04-051-8/+67
* begin of major change: switching from midi to OSCChristian Pointner2020-04-052-160/+132
* add go-modules support and fix midi library API changetopic/x32-midiChristian Pointner2020-03-032-12/+16
* automatic reconnect for mixer devicesChristian Pointner2019-02-141-34/+118
* controller error handlingChristian Pointner2019-02-141-9/+22
* minor refactoringChristian Pointner2019-02-142-4/+4
* make subscribtions thread safe and more bullet proofChristian Pointner2019-02-142-31/+75
* basic infrastructure for dolmetschctlChristian Pointner2019-02-131-2/+44
* move common types to own packageChristian Pointner2019-02-131-0/+113
* added state change subscription to state machineChristian Pointner2019-02-132-2/+2
* subscribing to controller events works nowChristian Pointner2019-02-112-9/+61
* basic handling of midi eventsChristian Pointner2019-02-111-2/+29
* controller leds work nowChristian Pointner2019-02-112-4/+95
* make target and current channel state explicitChristian Pointner2019-02-101-2/+2
* refactored fader levels and mute stateChristian Pointner2019-02-101-17/+59
* mixer: closer subscriber channel on unsubscribeChristian Pointner2019-02-101-0/+4
* mixer event subscription works nowChristian Pointner2019-02-101-11/+78
* parsing midi packet works nowChristian Pointner2019-02-091-4/+16
* mixer: add packet receiverChristian Pointner2019-02-091-1/+15
* language selection now returns resultChristian Pointner2019-02-091-4/+4
* mixer: implement mute/unmute and setting fader levelChristian Pointner2019-02-091-1/+88
* added basic scaffolding for new go appChristian Pointner2019-02-094-0/+131