aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
2020-03-28Fix reference counting bug and lua timingcbdev2-6/+7
2020-03-27Implement python cleanup handlerscbdev5-41/+87
2020-03-26Implement lua cleanup handlerscbdev3-29/+60
2020-03-24Simplify backend code according to new guaranteescbdev7-64/+32
2020-03-23Update rtpmidi to current APIcbdev3-19/+8
2020-03-23Merge current mastercbdev35-369/+2330
2020-03-22Enable load-time channel setting for pythoncbdev2-9/+18
2020-03-21Enable setting channel values at load time for luacbdev2-10/+20
2020-03-20Restructure lua channel resolutioncbdev3-54/+68
2020-03-20Implement Lua threadingcbdev3-7/+144
2020-03-18Implement default channel handlers for Lua/Pythoncbdev6-28/+77
2020-03-17Fix registry apply bug, fix openpixelcontrol broadcastcbdev1-5/+5
2020-03-14Restructure backend and instance registrycbdev2-10/+0
2020-03-12Fix rate-limited frame synthesiscbdev2-4/+4
2020-03-11Simplify ArtNet & sACNcbdev3-6/+4
2020-03-10Move ArtNet and sACN to local channel storescbdev4-16/+33
2020-03-10Restructure & simplify winmidicbdev1-24/+33
2020-03-10Check ArtNet/sACN channel direction at map timecbdev4-2/+12
2020-03-10Simplify MIDI backendcbdev2-36/+28
2020-03-09Remove deprecated MIDI channel syntaxcbdev2-51/+30
2020-03-08Add lua debug loggingv0.4cbdev1-1/+5
2020-03-08Fix typocbdev1-1/+1
2020-03-08Enable syntax highlighting, fix some errorscbdev1-3/+3
2020-03-08Implement python intervaling and socket managementcbdev3-11/+346
2020-03-08Implement timestamp() callback for Luacbdev2-7/+14
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