Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-07-24 | Clarify backend documentation | cbdev | 3 | -4/+6 |
2019-07-24 | Update example configurations to new syntax, add comments | cbdev | 8 | -263/+56 |
2019-07-24 | Fix issues found by Coverity Scan | cbdev | 2 | -6/+6 |
2019-07-20 | Implement multi-channel mapping syntax | cbdev | 6 | -78/+274 |
2019-07-14 | Fix header ordering | cbdev | 1 | -2/+2 |
2019-07-14 | Conditionally include timerfd headers | cbdev | 1 | -1/+4 |
2019-07-14 | Work around missing timerfd on OSX/Windows | cbdev | 5 | -4/+50 |
2019-07-13 | Fix & simplify timer configuration | cbdev | 1 | -14/+15 |
2019-07-13 | Fix indexing bug | cbdev | 1 | -1/+1 |
2019-07-13 | Improved Lua backend with intervals | cbdev | 6 | -42/+359 |
2019-07-07 | Minor fixes | cbdev | 3 | -9/+7 |
2019-07-07 | Add lua dependency to macos for travis | cbdev | 1 | -1/+1 |
2019-07-06 | evdev backend code style fixes | cbdev | 2 | -6/+11 |
2019-07-06 | Implement Lua backend | cbdev | 9 | -5/+342 |