summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | midi and osc are now optional
* 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
|
* reading config dir works nowChristian Pointner2015-10-103-4/+52
|
* add output flushingChristian Pointner2015-10-101-0/+5
|
* added mixerChristian Pointner2015-10-105-10/+148
|
* improved poll() handlingChristian Pointner2015-10-103-10/+7
|
* got rid of threads entirelyChristian Pointner2015-10-105-32/+50
|
* midi is back from threded to async ioChristian Pointner2015-10-104-76/+76
|
* improved error handlingChristian Pointner2015-10-102-8/+15
|
* midi is now using a thread as wellChristian Pointner2015-10-105-22/+61
|
* osc know has an own stuct tooChristian Pointner2015-10-105-36/+37
|
* added midi captureing codeChristian Pointner2015-10-106-5/+140
|
* moved osc stuff to separate filesChristian Pointner2015-10-104-55/+120
|