summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* basic handling of midi eventsChristian Pointner2019-02-112-6/+32
* controller leds work nowChristian Pointner2019-02-113-5/+99
* added function to get stateChristian Pointner2019-02-102-10/+34
* added getter for ratio and langChristian Pointner2019-02-102-20/+55
* added telnet command to set main-to-voice ratioChristian Pointner2019-02-102-13/+62
* 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-102-16/+45
* refactored fader levels and mute stateChristian Pointner2019-02-102-31/+109
* mixer: closer subscriber channel on unsubscribeChristian Pointner2019-02-101-0/+4
* some more go vet fixesChristian Pointner2019-02-101-3/+3
* fix go vet errorsChristian Pointner2019-02-102-5/+5
* make sure we don't miss events from mixerChristian Pointner2019-02-101-1/+1
* mixer event subscription works nowChristian Pointner2019-02-102-11/+86
* parsing midi packet works nowChristian Pointner2019-02-091-4/+16
* mixer: add packet receiverChristian Pointner2019-02-091-1/+15
* languages now have a stateChristian Pointner2019-02-092-22/+68
* language selection now returns resultChristian Pointner2019-02-094-19/+157
* added telnet control interfaceChristian Pointner2019-02-091-1/+10
* added basic state machineChristian Pointner2019-02-092-8/+90
* mixer: implement mute/unmute and setting fader levelChristian Pointner2019-02-093-2/+101
* fix basic scaffoldingChristian Pointner2019-02-092-5/+5
* added basic scaffolding for new go appChristian Pointner2019-02-096-0/+235
* updated Firmware depsChristian Pointner2019-02-091-2/+2
* remove unused clientChristian Pointner2019-02-092-238/+0
* updated openwrt packageChristian Pointner2015-10-141-2/+2
* fixed etc dirChristian Pointner2015-10-145-3/+8
* added first version of an openwrt packageChristian Pointner2015-10-143-0/+115
* merged app sources to single folderChristian Pointner2015-10-1319-194/+33
* renamed files to prepare merge of code dirsChristian Pointner2015-10-1312-17/+17
* first working version of clientChristian Pointner2015-10-135-92/+72
* sending switching commands over osc works now...ansers to be done.Christian Pointner2015-10-133-58/+35
* added inital osc supportChristian Pointner2015-10-127-42/+261
* added support for midiChristian Pointner2015-10-126-15/+482
* improved error checkingChristian Pointner2015-10-121-7/+1
* added inital client codebaseChristian Pointner2015-10-124-0/+424
* moved apps to serverChristian Pointner2015-10-1212-6/+6
* added command line parserChristian Pointner2015-10-124-18/+140
* osc requests get now ackedChristian Pointner2015-10-122-3/+11
* osc messages to trigger language switch are implementedChristian Pointner2015-10-124-14/+65
* done data hangling for midi works nowChristian Pointner2015-10-124-41/+120
* language specific done dataChristian Pointner2015-10-124-12/+45
* triggering language switch using midi worksChristian Pointner2015-10-122-12/+33
* reading of seperate midi messages works nowChristian Pointner2015-10-126-14/+33
* writing of task buf works nowChristian Pointner2015-10-123-20/+44
* switch task insertion works nowChristian Pointner2015-10-123-7/+85
* refactored mixer variable nameChristian Pointner2015-10-122-34/+39
* reading of mixer commands works nowChristian Pointner2015-10-126-12/+277