Age | Commit message (Expand) | Author | Files | Lines |
2021-01-15 | Implement EPN's for the rtpmidi backend | cbdev | 5 | -24/+191 |
2021-01-13 | Merge pull request #82 from phedders/prh-examples | cbdev | 2 | -0/+83 |
2021-01-13 | prh: lua example to turn a trackpad into a numberpad and trigger swipes and g... | Paul Hedderly | 1 | -0/+59 |
2021-01-13 | prh: lua example to turn any value input to 1.0 to make pads boolean | Paul Hedderly | 1 | -0/+24 |
2021-01-10 | Implement program change control for the rtpmidi backend (#79) | cbdev | 3 | -10/+20 |
2021-01-10 | Implement program change control for the midi, winmidi and jack backends (Fix... | cbdev | 8 | -16/+52 |
2021-01-10 | Subscribe to input channels | cbdev | 2 | -14/+82 |
2021-01-09 | Add source/target as aliases for MIDI read/write config options (#79) | cbdev | 4 | -14/+14 |
2021-01-09 | Implement keepalive and protocol fallback | cbdev | 2 | -20/+41 |
2021-01-08 | Implement EPN reception for the jack backend | cbdev | 5 | -4/+88 |
2021-01-08 | Implement EPN reception for the winmidi backend | cbdev | 5 | -23/+121 |
2021-01-04 | Implement EPN reception for the midi backend | cbdev | 3 | -12/+110 |
2021-01-03 | Implement EPN transmission for the jack backend | cbdev | 3 | -29/+86 |
2021-01-02 | Implement EPN transmission for the winmidi backend | cbdev | 5 | -28/+88 |
2021-01-01 | Implement EPN transmission for the midi backend | cbdev | 3 | -23/+85 |
2020-12-20 | Basic MQTT message parsing | cbdev | 1 | -4/+50 |
2020-12-19 | Reconnect MQTT instances during maintenance | cbdev | 1 | -3/+57 |
2020-12-18 | Implement MQTT connect | cbdev | 2 | -10/+68 |
2020-12-06 | Add MQTT backend to backend makefile | cbdev | 1 | -2/+6 |
2020-12-05 | Implement basic MQTT connection startup | cbdev | 2 | -12/+206 |
2020-11-14 | MQTT backend skeleton | cbdev | 2 | -0/+156 |
2020-10-30 | Update lua backend to 5.4 API changes | cbdev | 1 | -0/+10 |
2020-10-24 | Add generic lua pkg-config data | cbdev | 3 | -4/+9 |
2020-10-24 | Update ArtNet documentation (Fixes #77) | cbdev | 1 | -0/+2 |
2020-10-23 | Implement ArtNet realtime option | cbdev | 2 | -8/+16 |
2020-10-10 | Update some comments | cbdev | 3 | -4/+5 |
2020-10-09 | Implement VISCA relative movement | cbdev | 3 | -9/+96 |
2020-09-25 | Publish VISCA backend | cbdev | 1 | -0/+1 |
2020-09-25 | Add some new example configuration | cbdev | 3 | -0/+60 |
2020-09-19 | Fix VISCA channel parser | cbdev | 2 | -12/+15 |
2020-09-19 | Add local serial note for VISCA | cbdev | 1 | -1/+2 |
2020-09-18 | Implement additional VISCA channels | cbdev | 3 | -3/+62 |
2020-09-12 | Fix VISCA dialect | cbdev | 3 | -27/+86 |
2020-09-06 | Add rate limiting notice to sACN and ArtNet | cbdev | 4 | -3/+13 |
2020-08-19 | wininput sanity check and minor documentation update | cbdev | 2 | -3/+8 |
2020-08-18 | Update wininput documentation | cbdev | 1 | -2/+0 |
2020-08-18 | Implement wininput mouse wheel control (Fixes #65) | cbdev | 4 | -4/+71 |
2020-08-16 | Fix VISCA windows build | cbdev | 1 | -1/+1 |
2020-08-16 | Fix CI returns | cbdev | 2 | -3/+7 |
2020-08-15 | Update visca documentation | cbdev | 1 | -5/+5 |
2020-08-15 | Add VISCA documentation, fix some issues | cbdev | 2 | -5/+75 |
2020-08-15 | Improve some documentation | cbdev | 2 | -3/+23 |
2020-08-14 | Initial VISCA backend implementation | cbdev | 2 | -0/+279 |
2020-08-09 | Don't build config parser in debug mode | cbdev | 1 | -1/+0 |
2020-08-09 | Implement list-type multichannel specification (Fixes #67) | cbdev | 3 | -26/+116 |
2020-08-08 | Python channel introspection (#68) | cbdev | 2 | -0/+20 |
2020-08-08 | Lua channel introspection (#68) | cbdev | 2 | -4/+41 |
2020-08-07 | Implement detect mode for artnet (#70) | cbdev | 6 | -55/+82 |
2020-08-01 | Allow initial maweb event push even for zero values (#74) | cbdev | 1 | -1/+1 |
2020-07-26 | Implement rudimentary detect mode for sACN (#70) | cbdev | 4 | -4/+40 |