Age | Commit message (Expand) | Author | Files | Lines |
2019-09-17 | Minor documentation fixes | cbdev | 2 | -3/+3 |
2019-09-17 | Publish winmidi backend | cbdev | 5 | -2/+675 |
2019-09-15 | Fix minor MIDI issues | cbdev | 2 | -18/+31 |
2019-09-14 | Fix maweb polling | cbdev | 1 | -22/+25 |
2019-09-08 | Fix duplicate poll requests | cbdev | 1 | -2/+11 |
2019-09-07 | maweb I/O buffering | cbdev | 3 | -120/+158 |
2019-09-04 | Update the list of supported protocols to a table | cbdev | 1 | -9/+11 |
2019-09-04 | Don't build maweb as debug | cbdev | 1 | -2/+0 |
2019-09-04 | Use platform-independent specifiers for printf calls | cbdev | 8 | -41/+51 |
2019-08-31 | Update documentation | cbdev | 3 | -2/+14 |
2019-08-24 | Fix NULL pointer access | cbdev | 1 | -1/+1 |
2019-08-24 | Only connect to ALSA when instances are requested | cbdev | 1 | -14/+25 |
2019-08-23 | Update sACN backend documentation (Fixes #22) | cbdev | 1 | -2/+2 |
2019-08-23 | Fix Coverity CID 347886 | cbdev | 1 | -0/+1 |
2019-08-23 | Finalize & publish maweb backend | cbdev | 4 | -44/+58 |
2019-08-22 | Update travis config for openssl, using CFLAGS this time | cbdev | 2 | -2/+2 |
2019-08-22 | Try to fix failing build by providing additional hints to MacOS | cbdev | 2 | -2/+5 |
2019-08-22 | Merge branch 'master' of ssh://github.com/cbdevnet/midimonster | cbdev | 1 | -4/+8 |
2019-08-22 | Update travis dependencies | cbdev | 2 | -2/+2 |
2019-08-22 | Merge pull request #27 from cbdevnet/spacelord | cbdev | 1 | -4/+8 |
2019-08-22 | Fix spelling, fix comments | cbdev | 1 | -5/+8 |
2019-08-22 | Implement input for the maweb backend (with a few limitations) | cbdev | 10 | -115/+582 |
2019-08-22 | Added Dot2 B-wing to example config. | Spacelord09 | 1 | -1/+2 |
2019-08-22 | Rename maweb-flying faders.cfg to maweb-flying-faders.cfg | Spacelord09 | 1 | -1/+1 |
2019-08-22 | Added a config to test the maweb backend. | Spacelord09 | 1 | -0/+13 |
2019-08-17 | Fix README link | cbdev | 1 | -1/+1 |
2019-08-17 | Add new example config | cbdev | 1 | -0/+22 |
2019-08-17 | Implement evdev relative axis output (Fixes #20) | cbdev | 2 | -3/+16 |
2019-08-17 | Fix exec indexing | cbdev | 1 | -5/+0 |
2019-08-17 | Hopefully clarify text a bit | cbdev | 1 | -1/+1 |
2019-08-16 | Implement dot2 specific workarounds | cbdev | 3 | -17/+44 |
2019-08-15 | Fix CI, add dot2 detection to maweb | cbdev | 3 | -68/+23 |
2019-08-12 | Placate spellintian... | cbdev | 2 | -2/+2 |
2019-08-12 | Fix maweb button execs | cbdev | 3 | -4/+31 |
2019-08-11 | Minor text fix | cbdev | 1 | -2/+2 |
2019-08-11 | Initial maweb backend | cbdev | 10 | -1/+1238 |
2019-08-10 | Clean up & check unions | cbdev | 8 | -26/+52 |
2019-08-10 | Implement stream client connections in libmmbackend (Fixes #19) | cbdev | 6 | -25/+67 |
2019-08-07 | Don't build the maweb backend yet | cbdev | 1 | -2/+2 |
2019-08-07 | Fix export visibilities for GCC | cbdev | 7 | -46/+34 |
2019-08-03 | Windows build compatiblity | cbdev | 20 | -77/+326 |
2019-08-01 | Implement midi backend detect option | cbdev | 4 | -8/+38 |
2019-08-01 | Implement evdev relative axis inversion | cbdev | 3 | -2/+22 |
2019-07-28 | Fix evdev relative axes, add detect option | cbdev | 5 | -13/+75 |
2019-07-28 | Fix Lua timing on non-linux | cbdev | 3 | -19/+14 |
2019-07-27 | Add flying faders to readme | cbdev | 1 | -1/+1 |
2019-07-27 | Fix uninitialized value | cbdev | 1 | -2/+2 |
2019-07-27 | Refactor OSC backend, implement pattern matching | cbdev | 9 | -207/+543 |
2019-07-24 | Allow n:1 multi-channel mapping | cbdev | 2 | -5/+6 |
2019-07-24 | Add detect option to OSC backend | cbdev | 2 | -8/+29 |