Age | Commit message (Expand) | Author | Files | Lines |
2020-03-10 | Check ArtNet/sACN channel direction at map time | cbdev | 4 | -2/+12 |
2020-03-10 | Simplify MIDI backend | cbdev | 2 | -36/+28 |
2020-03-09 | Remove deprecated MIDI channel syntax | cbdev | 2 | -51/+30 |
2020-03-08 | Add lua debug loggingv0.4 | cbdev | 1 | -1/+5 |
2020-03-08 | Fix typo | cbdev | 1 | -1/+1 |
2020-03-08 | Enable syntax highlighting, fix some errors | cbdev | 1 | -3/+3 |
2020-03-08 | Implement python intervaling and socket management | cbdev | 3 | -11/+346 |
2020-03-08 | Implement timestamp() callback for Lua | cbdev | 2 | -7/+14 |
2020-03-07 | Update interval() documentation | cbdev | 2 | -2/+1 |
2020-03-07 | Fix openpixelcontrol edge case | cbdev | 1 | -5/+5 |
2020-03-07 | Whitespace fixes | cbdev | 3 | -4/+3 |
2020-03-06 | Minor fixes | cbdev | 1 | -0/+1 |
2020-03-06 | Implement openpixelcontrol broadcast (strip 0) input | cbdev | 2 | -63/+131 |
2020-03-06 | Implement (optional) rate-limiting for sACN | cbdev | 3 | -25/+74 |
2020-03-05 | Fix artnet rate limiting | cbdev | 2 | -8/+14 |
2020-03-05 | Implement ArtNet rate-limiting to approx. 44 pps | cbdev | 3 | -17/+53 |
2020-03-04 | Try to make OSX build the python backend | cbdev | 1 | -2/+2 |
2020-03-04 | Clean up & retab CI script, fix typo | cbdev | 1 | -1/+1 |
2020-03-03 | Implement python backend | cbdev | 4 | -1/+508 |
2020-03-01 | Fix some errors in the Lua documentation | cbdev | 1 | -4/+4 |
2020-02-29 | Keep console alive when exiting as last process on Windows | cbdev | 1 | -0/+1 |
2020-02-28 | Implement openpixelcontrol 16bit server mode | cbdev | 2 | -5/+32 |
2020-02-28 | Do not build openpixelcontrol with debug output | cbdev | 1 | -1/+0 |
2020-02-28 | Minor documentation fix | cbdev | 1 | -2/+3 |
2020-02-28 | Restructure openpixelcontrol | cbdev | 2 | -89/+127 |
2020-02-28 | Update README to reflect all backends, add notes for building Lua on Windows | cbdev | 1 | -0/+10 |
2020-02-27 | Implement OpenPixelControl server mode (8bit) | cbdev | 4 | -12/+236 |
2020-02-26 | Use (spell-)lintian from package repositories in CI | cbdev | 1 | -0/+1 |
2020-02-25 | Implement quiet mode for maweb backend | cbdev | 2 | -2/+16 |
2020-02-23 | Implement OpenPixelControl output | cbdev | 4 | -2/+459 |
2020-02-09 | Mention release page in installer section, move images around | cbdev | 1 | -1/+1 |
2020-01-29 | Minor fix in maweb backend documentation | Spacelord | 1 | -2/+2 |
2020-01-12 | Rework instance creation | cbdev | 22 | -112/+54 |
2020-01-06 | Fix winmidi detect value output | cbdev | 1 | -4/+4 |
2020-01-04 | Add input_channel call to Lua backend | cbdev | 2 | -3/+25 |
2020-01-03 | Limit connection attempts to one in 10sec | cbdev | 1 | -5/+3 |
2019-12-29 | rtpmidi service handling | cbdev | 1 | -6/+68 |
2019-12-28 | Extend peer handling | cbdev | 2 | -34/+82 |
2019-12-27 | Implement MIDI command parsing | cbdev | 1 | -2/+153 |
2019-12-26 | Invite peer on data port | cbdev | 2 | -11/+29 |
2019-12-25 | Fix uninitialized variable | cbdev | 1 | -1/+1 |
2019-12-24 | Implement AppleMIDI responder mode | cbdev | 3 | -46/+172 |
2019-12-22 | Update rtpmidi to conform to master changes | cbdev | 1 | -52/+53 |
2019-12-22 | Merge branch 'master' into rtpmidi | cbdev | 16 | -405/+466 |
2019-12-22 | Fix typo | cbdev | 1 | -1/+1 |
2019-12-21 | Experimentally build lua backend for Windows | cbdev | 1 | -5/+14 |
2019-12-20 | Route all backend debug logging through a macro | cbdev | 12 | -382/+391 |
2019-12-18 | Fix evdev division by zero | cbdev | 1 | -0/+3 |
2019-12-16 | Move active invitations to global scope | cbdev | 3 | -22/+78 |
2019-12-15 | Fix overloading | cbdev | 1 | -2/+2 |