Age | Commit message (Expand) | Author | Files | Lines |
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-09 | Add source/target as aliases for MIDI read/write config options (#79) | cbdev | 4 | -14/+14 |
2021-01-08 | Implement EPN reception for the jack backend | cbdev | 4 | -4/+87 |
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-10-30 | Update lua backend to 5.4 API changes | cbdev | 1 | -0/+10 |
2020-10-24 | Add generic lua pkg-config data | cbdev | 2 | -4/+5 |
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 | 2 | -1/+2 |
2020-10-09 | Implement VISCA relative movement | cbdev | 3 | -9/+96 |
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 | 2 | -1/+8 |
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 | 3 | -3/+70 |
2020-08-16 | Fix VISCA windows build | cbdev | 1 | -1/+1 |
2020-08-16 | Fix CI returns | cbdev | 1 | -0/+1 |
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 | 1 | -2/+22 |
2020-08-14 | Initial VISCA backend implementation | cbdev | 2 | -0/+279 |
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 | 3 | -3/+38 |
2020-07-24 | Select multicast interface for sACN where possible (#69) | cbdev | 1 | -9/+42 |
2020-07-09 | Restructure CI | cbdev | 1 | -2/+2 |
2020-06-27 | Remove manually built backends with clean target | cbdev | 1 | -1/+2 |
2020-06-27 | Fix wininput joystick button calculation | cbdev | 1 | -12/+1 |
2020-06-13 | Implement joystick axis input | cbdev | 2 | -4/+80 |
2020-06-11 | Query joystick buttons | cbdev | 4 | -15/+84 |
2020-06-05 | Log out of maweb session on disconnect (Fixes #61) | cbdev | 1 | -23/+33 |
2020-06-02 | Change maweb session identifier message (Fixes #62) | cbdev | 1 | -2/+2 |
2020-05-30 | maweb: Try next host (if configured) on login failure | cbdev | 1 | -6/+18 |
2020-05-25 | Sort wininput requests, implement basic joystick requests | cbdev | 1 | -4/+61 |
2020-05-24 | Implement joystick channel specification, fix normalization | cbdev | 1 | -5/+51 |
2020-05-17 | Include virtual screen origin offset in mouse normalization | cbdev | 1 | -4/+3 |
2020-05-16 | Implement maweb dynamic interval | cbdev | 3 | -19/+35 |
2020-05-15 | Clarify wininput message, do not build in debug mode | cbdev | 1 | -2/+2 |
2020-05-10 | Refactor wininput channel parsing, implement basic joystick queries | cbdev | 2 | -77/+92 |
2020-05-09 | Fix sACN compile-time warning | cbdev | 1 | -1/+1 |