Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | language selection now returns result | Christian Pointner | 2019-02-09 | 4 | -19/+157 |
| | |||||
* | added telnet control interface | Christian Pointner | 2019-02-09 | 1 | -1/+10 |
| | |||||
* | added basic state machine | Christian Pointner | 2019-02-09 | 2 | -8/+90 |
| | |||||
* | mixer: implement mute/unmute and setting fader level | Christian Pointner | 2019-02-09 | 3 | -2/+101 |
| | |||||
* | fix basic scaffolding | Christian Pointner | 2019-02-09 | 2 | -5/+5 |
| | |||||
* | added basic scaffolding for new go app | Christian Pointner | 2019-02-09 | 6 | -0/+235 |
| | |||||
* | updated Firmware deps | Christian Pointner | 2019-02-09 | 1 | -2/+2 |
| | |||||
* | remove unused client | Christian Pointner | 2019-02-09 | 2 | -238/+0 |
| | |||||
* | updated openwrt package | Christian Pointner | 2015-10-14 | 1 | -2/+2 |
| | |||||
* | fixed etc dir | Christian Pointner | 2015-10-14 | 5 | -3/+8 |
| | |||||
* | added first version of an openwrt package | Christian Pointner | 2015-10-14 | 3 | -0/+115 |
| | |||||
* | merged app sources to single folder | Christian Pointner | 2015-10-13 | 19 | -194/+33 |
| | |||||
* | renamed files to prepare merge of code dirs | Christian Pointner | 2015-10-13 | 12 | -17/+17 |
| | |||||
* | first working version of client | Christian Pointner | 2015-10-13 | 5 | -92/+72 |
| | |||||
* | sending switching commands over osc works now...ansers to be done. | Christian Pointner | 2015-10-13 | 3 | -58/+35 |
| | |||||
* | added inital osc support | Christian Pointner | 2015-10-12 | 7 | -42/+261 |
| | |||||
* | added support for midi | Christian Pointner | 2015-10-12 | 6 | -15/+482 |
| | |||||
* | improved error checking | Christian Pointner | 2015-10-12 | 1 | -7/+1 |
| | |||||
* | added inital client codebase | Christian Pointner | 2015-10-12 | 4 | -0/+424 |
| | |||||
* | moved apps to server | Christian Pointner | 2015-10-12 | 12 | -6/+6 |
| | |||||
* | added command line parser | Christian Pointner | 2015-10-12 | 4 | -18/+140 |
| | | | | midi and osc are now optional | ||||
* | osc requests get now acked | Christian Pointner | 2015-10-12 | 2 | -3/+11 |
| | |||||
* | osc messages to trigger language switch are implemented | Christian Pointner | 2015-10-12 | 4 | -14/+65 |
| | |||||
* | done data hangling for midi works now | Christian Pointner | 2015-10-12 | 4 | -41/+120 |
| | |||||
* | language specific done data | Christian Pointner | 2015-10-12 | 4 | -12/+45 |
| | |||||
* | triggering language switch using midi works | Christian Pointner | 2015-10-12 | 2 | -12/+33 |
| | |||||
* | reading of seperate midi messages works now | Christian Pointner | 2015-10-12 | 6 | -14/+33 |
| | |||||
* | writing of task buf works now | Christian Pointner | 2015-10-12 | 3 | -20/+44 |
| | |||||
* | switch task insertion works now | Christian Pointner | 2015-10-12 | 3 | -7/+85 |
| | |||||
* | refactored mixer variable name | Christian Pointner | 2015-10-12 | 2 | -34/+39 |
| | |||||
* | reading of mixer commands works now | Christian Pointner | 2015-10-12 | 6 | -12/+277 |
| | |||||
* | reading config dir works now | Christian Pointner | 2015-10-10 | 3 | -4/+52 |
| | |||||
* | add output flushing | Christian Pointner | 2015-10-10 | 1 | -0/+5 |
| | |||||
* | added mixer | Christian Pointner | 2015-10-10 | 5 | -10/+148 |
| | |||||
* | improved poll() handling | Christian Pointner | 2015-10-10 | 3 | -10/+7 |
| | |||||
* | got rid of threads entirely | Christian Pointner | 2015-10-10 | 5 | -32/+50 |
| | |||||
* | midi is back from threded to async io | Christian Pointner | 2015-10-10 | 4 | -76/+76 |
| | |||||
* | improved error handling | Christian Pointner | 2015-10-10 | 2 | -8/+15 |
| | |||||
* | midi is now using a thread as well | Christian Pointner | 2015-10-10 | 5 | -22/+61 |
| |