Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nicer logging | Christian Pointner | 2020-04-13 | 1 | -2/+1 |
* | basic functionality works now | Christian Pointner | 2020-04-12 | 1 | -8/+12 |
* | new mixer interface mostly done, remaining issues with floats and rounding er... | Christian Pointner | 2020-04-06 | 1 | -7/+2 |
* | begin of major change: switching from midi to OSC | Christian Pointner | 2020-04-05 | 1 | -2/+2 |
* | also improve subscription for statemachine | Christian Pointner | 2019-02-14 | 1 | -24/+35 |
* | move common types to own package | Christian Pointner | 2019-02-13 | 1 | -80/+35 |
* | added state change subscription to state machine | Christian Pointner | 2019-02-13 | 1 | -6/+62 |
* | implemented command to fetch list of languages | Christian Pointner | 2019-02-13 | 1 | -0/+22 |
* | added basic web socket interface | Christian Pointner | 2019-02-13 | 1 | -0/+5 |
* | added web handler for language | Christian Pointner | 2019-02-13 | 1 | -0/+3 |
* | added minimal web interface | Christian Pointner | 2019-02-13 | 1 | -0/+5 |
* | more state | Christian Pointner | 2019-02-12 | 1 | -5/+12 |
* | some more name refactoring | Christian Pointner | 2019-02-11 | 1 | -42/+42 |
* | better nameing than main and voice | Christian Pointner | 2019-02-11 | 1 | -58/+58 |
* | added function to get state | Christian Pointner | 2019-02-10 | 1 | -10/+24 |
* | added getter for ratio and lang | Christian Pointner | 2019-02-10 | 1 | -17/+42 |
* | added telnet command to set main-to-voice ratio | Christian Pointner | 2019-02-10 | 1 | -11/+42 |
* | improved fader movement | Christian Pointner | 2019-02-10 | 1 | -5/+8 |
* | implement fading (needs improvinggit diff) | Christian Pointner | 2019-02-10 | 1 | -2/+20 |
* | use mute state of voice channel to disable automatic switching for this language | Christian Pointner | 2019-02-10 | 1 | -5/+9 |
* | basic functionality works now | Christian Pointner | 2019-02-10 | 1 | -27/+30 |
* | make target and current channel state explicit | Christian Pointner | 2019-02-10 | 1 | -14/+43 |
* | refactored fader levels and mute state | Christian Pointner | 2019-02-10 | 1 | -14/+50 |
* | fix go vet errors | Christian Pointner | 2019-02-10 | 1 | -2/+2 |
* | make sure we don't miss events from mixer | Christian Pointner | 2019-02-10 | 1 | -1/+1 |
* | mixer event subscription works now | Christian Pointner | 2019-02-10 | 1 | -0/+8 |
* | languages now have a state | Christian Pointner | 2019-02-09 | 1 | -22/+56 |
* | language selection now returns result | Christian Pointner | 2019-02-09 | 1 | -13/+79 |
* | added basic state machine | Christian Pointner | 2019-02-09 | 1 | -0/+83 |