aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
2019-08-24Only connect to ALSA when instances are requestedcbdev1-14/+25
2019-08-23Update sACN backend documentation (Fixes #22)cbdev1-2/+2
2019-08-23Fix Coverity CID 347886cbdev1-0/+1
2019-08-23Finalize & publish maweb backendcbdev2-43/+55
2019-08-22Update travis config for openssl, using CFLAGS this timecbdev1-1/+1
2019-08-22Try to fix failing build by providing additional hints to MacOScbdev1-2/+2
2019-08-22Update travis dependenciescbdev1-1/+0
2019-08-22Implement input for the maweb backend (with a few limitations)cbdev9-114/+581
2019-08-17Implement evdev relative axis output (Fixes #20)cbdev1-2/+15
2019-08-17Fix exec indexingcbdev1-5/+0
2019-08-17Hopefully clarify text a bitcbdev1-1/+1
2019-08-16Implement dot2 specific workaroundscbdev3-17/+44
2019-08-15Fix CI, add dot2 detection to mawebcbdev2-68/+20
2019-08-12Placate spellintian...cbdev2-2/+2
2019-08-12Fix maweb button execscbdev2-3/+30
2019-08-11Minor text fixcbdev1-2/+2
2019-08-11Initial maweb backendcbdev6-0/+1200
2019-08-10Clean up & check unionscbdev8-26/+52
2019-08-10Implement stream client connections in libmmbackend (Fixes #19)cbdev6-25/+67
2019-08-07Don't build the maweb backend yetcbdev1-2/+2
2019-08-07Fix export visibilities for GCCcbdev2-9/+7
2019-08-03Windows build compatiblitycbdev10-33/+82
2019-08-01Implement midi backend detect optioncbdev3-7/+37
2019-08-01Implement evdev relative axis inversioncbdev3-2/+22
2019-07-28Fix evdev relative axes, add detect optioncbdev3-11/+72
2019-07-28Fix Lua timing on non-linuxcbdev2-2/+12
2019-07-27Fix uninitialized valuecbdev1-2/+2
2019-07-27Refactor OSC backend, implement pattern matchingcbdev4-204/+481
2019-07-24Add detect option to OSC backendcbdev2-8/+29
2019-07-24Clarify backend documentationcbdev3-4/+6
2019-07-24Fix issues found by Coverity Scancbdev1-5/+5
2019-07-14Fix header orderingcbdev1-2/+2
2019-07-14Conditionally include timerfd headerscbdev1-1/+4
2019-07-14Work around missing timerfd on OSX/Windowscbdev3-2/+48
2019-07-13Fix & simplify timer configurationcbdev1-14/+15
2019-07-13Fix indexing bugcbdev1-1/+1
2019-07-13Improved Lua backend with intervalscbdev3-26/+318
2019-07-07Minor fixescbdev2-8/+6
2019-07-06evdev backend code style fixescbdev1-5/+7
2019-07-06Implement Lua backendcbdev4-1/+275
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 backendcbdev2-9/+54
2019-03-31Move backend documentation out of main READMEcbdev7-0/+375
2019-03-30Fix MIDI mapping syntaxcbdev1-5/+30
2019-03-24Hack-fix parallel buildscbdev1-1/+1
2019-03-24Fix minor issues reported by Coverity Scancbdev1-1/+1
2019-03-24Factor out socket operations (Fixes #13)cbdev6-341/+206