aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
2020-03-07Update interval() documentationcbdev2-2/+1
2020-03-07Fix openpixelcontrol edge casecbdev1-5/+5
2020-03-07Whitespace fixescbdev3-4/+3
2020-03-06Minor fixescbdev1-0/+1
2020-03-06Implement openpixelcontrol broadcast (strip 0) inputcbdev2-63/+131
2020-03-06Implement (optional) rate-limiting for sACNcbdev3-25/+74
2020-03-05Fix artnet rate limitingcbdev2-8/+14
2020-03-05Implement ArtNet rate-limiting to approx. 44 ppscbdev3-17/+53
2020-03-04Try to make OSX build the python backendcbdev1-2/+2
2020-03-04Clean up & retab CI script, fix typocbdev1-1/+1
2020-03-03Implement python backendcbdev4-1/+508
2020-03-01Fix some errors in the Lua documentationcbdev1-4/+4
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
2020-01-03Limit connection attempts to one in 10seccbdev1-5/+3
2019-12-29rtpmidi service handlingcbdev1-6/+68
2019-12-28Extend peer handlingcbdev2-34/+82
2019-12-27Implement MIDI command parsingcbdev1-2/+153
2019-12-26Invite peer on data portcbdev2-11/+29
2019-12-25Fix uninitialized variablecbdev1-1/+1
2019-12-24Implement AppleMIDI responder modecbdev3-46/+172
2019-12-22Update rtpmidi to conform to master changescbdev1-52/+53
2019-12-22Merge branch 'master' into rtpmidicbdev16-405/+466
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-16Move active invitations to global scopecbdev3-22/+78
2019-12-15Fix overloadingcbdev1-2/+2
2019-12-15Initial AppleMIDI session supportcbdev2-4/+89
2019-12-13Basic rtpmidi outputcbdev2-6/+113
2019-12-12Fix descriptioncbdev1-1/+1
2019-12-12Extend hostspec parsing and implement local mode for sACN (#39)cbdev8-18/+52
2019-12-11Implement rtpmidi peer handlingcbdev3-20/+60
2019-12-11Release instance implementation data allocationcbdev4-1/+7
2019-12-11rtpmidi shutdown procedurecbdev2-15/+34
2019-12-11Merge branch 'master' into rtpmidicbdev22-272/+68