Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'topic/x32-osc'HEADmaster | Christian Pointner | 2020-04-13 | 9 | -175/+249 |
|\ | |||||
| * | statemachine: current vs target vs real | Christian Pointner | 2020-04-13 | 1 | -6/+8 |
| | | |||||
| * | nicer logging | Christian Pointner | 2020-04-13 | 1 | -2/+1 |
| | | |||||
| * | basic functionality works now | Christian Pointner | 2020-04-12 | 2 | -13/+22 |
| | | |||||
| * | new mixer interface mostly done, remaining issues with floats and rounding ↵ | Christian Pointner | 2020-04-06 | 3 | -131/+113 |
| | | | | | | | | errors... | ||||
| * | mixer: basic osc message handling for /info operation | Christian Pointner | 2020-04-05 | 2 | -9/+68 |
| | | |||||
| * | begin of major change: switching from midi to OSC | Christian Pointner | 2020-04-05 | 9 | -166/+189 |
|/ | |||||
* | add go-modules support and fix midi library API changetopic/x32-midi | Christian Pointner | 2020-03-03 | 4 | -12/+34 |
| | |||||
* | hack: listen on all addresses for websocket clients | Christian Pointner | 2019-02-23 | 1 | -2/+2 |
| | |||||
* | make server url configurable | Christian Pointner | 2019-02-23 | 1 | -1/+6 |
| | |||||
* | automatic reconnect for mixer devices | Christian Pointner | 2019-02-14 | 2 | -37/+119 |
| | |||||
* | controller error handling | Christian Pointner | 2019-02-14 | 2 | -19/+35 |
| | |||||
* | minor refactoring | Christian Pointner | 2019-02-14 | 2 | -4/+4 |
| | |||||
* | also improve subscription for statemachine | Christian Pointner | 2019-02-14 | 2 | -51/+72 |
| | |||||
* | make subscribtions thread safe and more bullet proof | Christian Pointner | 2019-02-14 | 3 | -32/+77 |
| | |||||
* | make code a little nicer | Christian Pointner | 2019-02-14 | 1 | -14/+59 |
| | |||||
* | actually send switch language commands | Christian Pointner | 2019-02-13 | 1 | -1/+15 |
| | |||||
* | basic infrastructure for dolmetschctl | Christian Pointner | 2019-02-13 | 2 | -8/+99 |
| | |||||
* | move common types to own package | Christian Pointner | 2019-02-13 | 7 | -146/+200 |
| | |||||
* | added state change subscription to state machine | Christian Pointner | 2019-02-13 | 5 | -10/+112 |
| | |||||
* | implemented command to fetch list of languages | Christian Pointner | 2019-02-13 | 4 | -7/+56 |
| | |||||
* | implemented set_language command via web sockets | Christian Pointner | 2019-02-13 | 2 | -1/+31 |
| | |||||
* | make web socket test page a little nicer | Christian Pointner | 2019-02-13 | 1 | -12/+13 |
| | |||||
* | added basic web socket interface | Christian Pointner | 2019-02-13 | 7 | -5/+9609 |
| | |||||
* | added web handler for language | Christian Pointner | 2019-02-13 | 3 | -8/+35 |
| | |||||
* | added minimal web interface | Christian Pointner | 2019-02-13 | 3 | -4/+129 |
| | |||||
* | more state | Christian Pointner | 2019-02-12 | 2 | -6/+16 |
| | |||||
* | subscribing to controller events works now | Christian Pointner | 2019-02-11 | 3 | -11/+66 |
| | |||||
* | Merge branch 'master' of gitspread:dolmetschctl | Christian Pointner | 2019-02-11 | 3 | -91/+91 |
|\ | |||||
| * | some more name refactoring | Christian Pointner | 2019-02-11 | 1 | -42/+42 |
| | | |||||
| * | better nameing than main and voice | Christian Pointner | 2019-02-11 | 3 | -62/+62 |
| | | |||||
* | | basic handling of midi events | Christian Pointner | 2019-02-11 | 2 | -6/+32 |
| | | |||||
* | | controller leds work now | Christian Pointner | 2019-02-11 | 3 | -5/+99 |
|/ | |||||
* | added function to get state | Christian Pointner | 2019-02-10 | 2 | -10/+34 |
| | |||||
* | added getter for ratio and lang | Christian Pointner | 2019-02-10 | 2 | -20/+55 |
| | |||||
* | added telnet command to set main-to-voice ratio | Christian Pointner | 2019-02-10 | 2 | -13/+62 |
| | |||||
* | 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 | 2 | -16/+45 |
| | |||||
* | refactored fader levels and mute state | Christian Pointner | 2019-02-10 | 2 | -31/+109 |
| | |||||
* | mixer: closer subscriber channel on unsubscribe | Christian Pointner | 2019-02-10 | 1 | -0/+4 |
| | |||||
* | some more go vet fixes | Christian Pointner | 2019-02-10 | 1 | -3/+3 |
| | |||||
* | fix go vet errors | Christian Pointner | 2019-02-10 | 2 | -5/+5 |
| | |||||
* | 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 | 2 | -11/+86 |
| | |||||
* | parsing midi packet works now | Christian Pointner | 2019-02-09 | 1 | -4/+16 |
| | |||||
* | mixer: add packet receiver | Christian Pointner | 2019-02-09 | 1 | -1/+15 |
| | |||||
* | languages now have a state | Christian Pointner | 2019-02-09 | 2 | -22/+68 |
| |