Age | Commit message (Expand) | Author | Files | Lines |
2019-12-11 | rtpmidi shutdown procedure | cbdev | 2 | -15/+34 |
2019-12-11 | Merge branch 'master' into rtpmidi | cbdev | 29 | -302/+155 |
2019-12-11 | Simplify plugin_stop API | cbdev | 25 | -124/+58 |
2019-12-11 | Simplify plugin_start API | cbdev | 24 | -157/+49 |
2019-12-11 | Remove unnecessary quotes | cbdev | 1 | -1/+1 |
2019-12-11 | Fix makefile indentation | cbdev | 1 | -7/+7 |
2019-12-10 | Implement rudimentary argument parsing | cbdev | 3 | -4/+36 |
2019-12-10 | Fix bug in sACN config parsing | cbdev | 4 | -10/+5 |
2019-12-09 | rtpmidi socket binding | cbdev | 3 | -12/+85 |
2019-12-08 | rtpmidi channel spec parsing | cbdev | 3 | -21/+200 |
2019-12-08 | Merge branch 'master' into rtpmidi | cbdev | 4 | -29/+22 |
2019-12-08 | Minor logic cleanup | cbdev | 2 | -18/+4 |
2019-12-08 | Cleanup rtmidi data structures | cbdev | 3 | -27/+19 |
2019-12-08 | Partly redesign rtpmidi backend | cbdev | 3 | -147/+114 |
2019-12-07 | Merge branch 'master' of ssh://github.com/cbdevnet/midimonster | cbdev | 2 | -11/+18 |
2019-12-07 | Merge current master | cbdev | 66 | -1426/+7465 |
2019-12-07 | Mention debianization in README | cbdev | 1 | -1/+4 |
2019-12-07 | Finally git checkout bug with subshell fixed. | Spacelord | 1 | -25/+10 |
2019-12-07 | git checkout bug fix.. | Spacelord | 1 | -4/+29 |
2019-12-07 | checkout fix again (bugfix) | Spacelord | 1 | -4/+1 |
2019-12-07 | Git checkout fix (again) | Spacelord | 1 | -2/+4 |
2019-12-07 | Convert user check to 1line | Spacelord | 1 | -4/+1 |
2019-12-06 | Merge branch 'master' of ssh://github.com/cbdevnet/midimonster | cbdev | 1 | -0/+1 |
2019-12-06 | Add link to installer section | cbdev | 1 | -1/+1 |
2019-12-06 | Merge branch 'master' of github.com:cbdevnet/midimonster into installer | Spacelord | 2 | -0/+10 |
2019-12-06 | added chmod +x to Installer README | Spacelord | 1 | -0/+1 |
2019-12-06 | Merge branch 'master' of github.com:cbdevnet/midimonster | Spacelord | 1 | -0/+0 |
2019-12-06 | Added update to README | Spacelord | 1 | -0/+8 |
2019-12-06 | Added update to README | Spacelord | 1 | -0/+0 |
2019-12-06 | Fix git checkout error with git init | Spacelord | 1 | -0/+1 |
2019-12-06 | todo | Spacelord | 1 | -0/+1 |
2019-12-06 | Remove ola from deps | Spacelord | 1 | -2/+2 |
2019-12-06 | Change $makeargs to "all" | Spacelord | 1 | -2/+2 |
2019-12-06 | Initial installer release | Spacelord | 1 | -0/+109 |
2019-12-06 | Fix variable description | cbdev | 1 | -1/+1 |
2019-12-06 | Update the build parameters section with some explanations | cbdev | 1 | -7/+13 |
2019-12-06 | Make install path for examples configurable | cbdev | 2 | -8/+10 |
2019-12-06 | Fix manpage section | cbdev | 1 | -1/+1 |
2019-12-05 | Add flags parameter to channel parser plugin API (Fixes #31) | cbdev | 24 | -29/+38 |
2019-12-05 | Create basic manpage (Fixes #38) | cbdev | 1 | -0/+18 |
2019-12-05 | Unify midi parsing/deparsing code | cbdev | 4 | -73/+36 |
2019-12-04 | Remove check for executable bit on shared librariesv0.2 | cbdev | 1 | -4/+0 |
2019-12-04 | Have the configuration file be installed in a separate directory | cbdev | 3 | -3/+3 |
2019-12-04 | Do not build the jack backend in debug mode | cbdev | 1 | -2/+0 |
2019-12-04 | Explicitly mark the backend init symbol visible | cbdev | 23 | -22/+34 |
2019-12-04 | Hide lua_interval if timerfd callback mechanism is used | cbdev | 2 | -0/+4 |
2019-12-03 | Fix the flags for the pkg-build invocation on OSX | cbdev | 1 | -1/+1 |
2019-12-03 | Fix the build on OSX once again | cbdev | 1 | -2/+4 |
2019-12-03 | Add error checking for shell callouts during build | cbdev | 3 | -5/+10 |
2019-12-01 | Fix minor error in maweb documentationv0.1 | cbdev | 1 | -1/+1 |