summaryrefslogtreecommitdiff
path: root/pkg/mixer/mixer.go
Commit message (Expand)AuthorAgeFilesLines
* 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-091-0/+38