aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
2020-02-29Keep console alive when exiting as last process on Windowscbdev1-0/+1
2020-02-28Implement openpixelcontrol 16bit server modecbdev2-5/+32
2020-02-28Do not build openpixelcontrol with debug outputcbdev1-1/+0
2020-02-28Minor documentation fixcbdev1-2/+3
2020-02-28Restructure openpixelcontrolcbdev2-89/+127
2020-02-28Update README to reflect all backends, add notes for building Lua on Windowscbdev1-0/+10
2020-02-27Implement OpenPixelControl server mode (8bit)cbdev4-12/+236
2020-02-26Use (spell-)lintian from package repositories in CIcbdev1-0/+1
2020-02-25Implement quiet mode for maweb backendcbdev2-2/+16
2020-02-23Implement OpenPixelControl outputcbdev4-2/+459
2020-02-09Mention release page in installer section, move images aroundcbdev1-1/+1
2020-01-29Minor fix in maweb backend documentationSpacelord1-2/+2
2020-01-12Rework instance creationcbdev22-112/+54
2020-01-06Fix winmidi detect value outputcbdev1-4/+4
2020-01-04Add input_channel call to Lua backendcbdev2-3/+25
2019-12-25Fix uninitialized variablecbdev1-1/+1
2019-12-22Fix typocbdev1-1/+1
2019-12-21Experimentally build lua backend for Windowscbdev1-5/+14
2019-12-20Route all backend debug logging through a macrocbdev12-382/+391
2019-12-18Fix evdev division by zerocbdev1-0/+3
2019-12-12Fix descriptioncbdev1-1/+1
2019-12-12Extend hostspec parsing and implement local mode for sACN (#39)cbdev8-18/+52
2019-12-11Release instance implementation data allocationcbdev4-1/+7
2019-12-11Simplify plugin_stop APIcbdev22-120/+35
2019-12-11Simplify plugin_start APIcbdev21-152/+31
2019-12-10Fix bug in sACN config parsingcbdev2-0/+2
2019-12-08Minor logic cleanupcbdev2-18/+4
2019-12-05Add flags parameter to channel parser plugin API (Fixes #31)cbdev22-22/+22
2019-12-05Unify midi parsing/deparsing codecbdev3-72/+35
2019-12-04Do not build the jack backend in debug modecbdev1-2/+0
2019-12-04Explicitly mark the backend init symbol visiblecbdev22-22/+24
2019-12-04Hide lua_interval if timerfd callback mechanism is usedcbdev2-0/+4
2019-12-03Fix the flags for the pkg-build invocation on OSXcbdev1-1/+1
2019-12-03Fix the build on OSX once againcbdev1-2/+4
2019-12-03Add error checking for shell callouts during buildcbdev1-4/+4
2019-12-01Fix minor error in maweb documentationv0.1cbdev1-1/+1
2019-11-22Remove unnecessary caseLeon Scheid1-8/+5
2019-11-22Chane NoteOff behaviorLeon Scheid1-2/+8
2019-11-22Update button control state on input not outputcbdev1-2/+2
2019-11-22Exclude buttons from feedback filtering for maweb backendcbdev2-7/+11
2019-11-07Makefile install target and packaging instructions (Fixes #28)cbdev3-6/+3
2019-11-06Fix mutex type for OSXcbdev1-4/+6
2019-11-06Fix Coverity CIDs 350438, 350437cbdev1-4/+4
2019-11-06Use default mutex type for OSXcbdev1-0/+4
2019-11-06Try to build the JACK backend on OSXcbdev1-2/+2
2019-11-06Fix spelling to placate spellintiancbdev1-1/+1
2019-11-06Implement JACK backendcbdev4-1/+904
2019-11-03Fix winmidi wire formatcbdev2-9/+6
2019-10-05Implement detect option for winmidicbdev3-5/+46
2019-09-20Fix maweb channel orderingcbdev2-2/+16