summaryrefslogtreecommitdiff
path: root/cmd/dolmetschctld/statemachine.go
Commit message (Collapse)AuthorAgeFilesLines
* basic functionality works nowChristian Pointner2020-04-121-8/+12
|
* new mixer interface mostly done, remaining issues with floats and rounding ↵Christian Pointner2020-04-061-7/+2
| | | | errors...
* begin of major change: switching from midi to OSCChristian Pointner2020-04-051-2/+2
|
* also improve subscription for statemachineChristian Pointner2019-02-141-24/+35
|
* move common types to own packageChristian Pointner2019-02-131-80/+35
|
* added state change subscription to state machineChristian Pointner2019-02-131-6/+62
|
* implemented command to fetch list of languagesChristian Pointner2019-02-131-0/+22
|
* added basic web socket interfaceChristian Pointner2019-02-131-0/+5
|
* added web handler for languageChristian Pointner2019-02-131-0/+3
|
* added minimal web interfaceChristian Pointner2019-02-131-0/+5
|
* more stateChristian Pointner2019-02-121-5/+12
|
* some more name refactoringChristian Pointner2019-02-111-42/+42
|
* better nameing than main and voiceChristian Pointner2019-02-111-58/+58
|
* added function to get stateChristian Pointner2019-02-101-10/+24
|
* added getter for ratio and langChristian Pointner2019-02-101-17/+42
|
* added telnet command to set main-to-voice ratioChristian Pointner2019-02-101-11/+42
|
* improved fader movementChristian Pointner2019-02-101-5/+8
|
* implement fading (needs improvinggit diff)Christian Pointner2019-02-101-2/+20
|
* use mute state of voice channel to disable automatic switching for this languageChristian Pointner2019-02-101-5/+9
|
* basic functionality works nowChristian Pointner2019-02-101-27/+30
|
* make target and current channel state explicitChristian Pointner2019-02-101-14/+43
|
* refactored fader levels and mute stateChristian Pointner2019-02-101-14/+50
|
* fix go vet errorsChristian Pointner2019-02-101-2/+2
|
* make sure we don't miss events from mixerChristian Pointner2019-02-101-1/+1
|
* mixer event subscription works nowChristian Pointner2019-02-101-0/+8
|
* languages now have a stateChristian Pointner2019-02-091-22/+56
|
* language selection now returns resultChristian Pointner2019-02-091-13/+79
|
* added basic state machineChristian Pointner2019-02-091-0/+83