summaryrefslogtreecommitdiff
path: root/pkg/mixer
Commit message (Expand)AuthorAgeFilesLines
* 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-031-8/+10
* automatic reconnect for mixer devicesChristian Pointner2019-02-141-34/+118
* minor refactoringChristian Pointner2019-02-141-2/+2
* make subscribtions thread safe and more bullet proofChristian Pointner2019-02-141-16/+38
* added state change subscription to state machineChristian Pointner2019-02-131-1/+1
* subscribing to controller events works nowChristian Pointner2019-02-111-4/+4
* controller leds work nowChristian Pointner2019-02-111-1/+6
* 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-092-0/+66