aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-07-28Fix Lua timing on non-linuxcbdev3-19/+14
2019-07-27Add flying faders to readmecbdev1-1/+1
2019-07-27Fix uninitialized valuecbdev1-2/+2
2019-07-27Refactor OSC backend, implement pattern matchingcbdev9-207/+543
2019-07-24Allow n:1 multi-channel mappingcbdev2-5/+6
2019-07-24Add detect option to OSC backendcbdev2-8/+29
2019-07-24Clarify backend documentationcbdev3-4/+6
2019-07-24Update example configurations to new syntax, add commentscbdev8-263/+56
2019-07-24Fix issues found by Coverity Scancbdev2-6/+6
2019-07-20Implement multi-channel mapping syntaxcbdev6-78/+274
2019-07-14Fix header orderingcbdev1-2/+2
2019-07-14Conditionally include timerfd headerscbdev1-1/+4
2019-07-14Work around missing timerfd on OSX/Windowscbdev5-4/+50
2019-07-13Fix & simplify timer configurationcbdev1-14/+15
2019-07-13Fix indexing bugcbdev1-1/+1
2019-07-13Improved Lua backend with intervalscbdev6-42/+359
2019-07-07Minor fixescbdev3-9/+7
2019-07-07Add lua dependency to macos for traviscbdev1-1/+1
2019-07-06evdev backend code style fixescbdev2-6/+11
2019-07-06Implement Lua backendcbdev9-5/+342
2019-06-30Update OSC backend to API designcbdev2-35/+35
2019-06-29Update loopback backend to match API designcbdev4-29/+33
2019-04-01Fix MIDI example mappingscbdev1-2/+2
2019-04-01Fix spellingcbdev1-1/+1
2019-04-01Implement pitch, aftertouch and pressure events for the MIDI backendcbdev3-12/+66
2019-03-31Move backend documentation out of main READMEcbdev8-418/+386
2019-03-30Fix MIDI mapping syntaxcbdev6-205/+239
2019-03-26Merge pull request #18 from peternewman/patch-1cbdev2-5/+9
2019-03-26Only run $CXX version when necessaryPeter Newman1-1/+1
2019-03-26Install g++8 too, for the C++ compilesPeter Newman1-1/+3
2019-03-26Install the ola libs on Mac, use the latest C++ compiler tooPeter Newman1-4/+5
2019-03-26Actually build the OLA pluginPeter Newman1-1/+1
2019-03-26Build OLA plugin tooPeter Newman1-0/+1
2019-03-24Hack-fix parallel buildscbdev1-1/+1
2019-03-24Don't use GNU extensions for initializers...cbdev1-1/+2
2019-03-24Fix minor issues reported by Coverity Scancbdev2-2/+2
2019-03-24Factor out socket operations (Fixes #13)cbdev6-341/+206
2019-03-24Introduce full build target in rootcbdev1-1/+6
2019-03-23Fix link visibilitiescbdev2-4/+4
2019-03-22Implement an OLA backend (Fixes #14)cbdev5-23/+443
2019-03-20Fix signaled fd storage reallocationcbdev1-8/+7
2019-03-19Documentation updatecbdev1-3/+4
2019-03-19Allow the fd set to be updated at translation time (Fixes #8)cbdev2-12/+30
2019-03-16Clarify wording of wide channels in READMEcbdev1-2/+2
2019-03-16Only start backends with active instancescbdev2-4/+15
2019-03-07Use _CLOCK_MONOTONIC_RAW for timestamps on OSXcbdev1-1/+3
2019-03-06Add Travis CI (#15)Peter Newman3-1/+250
2018-12-27New configurationcbdev2-0/+64
2018-03-28Elaborate backend error messagecbdev2-1/+3
2018-03-25Clarify startup error messagecbdev2-3/+6