Age | Commit message (Expand) | Author | Files | Lines |
2019-12-22 | Merge branch 'master' into rtpmidi | cbdev | 16 | -405/+466 |
2019-12-22 | Fix typo | cbdev | 1 | -1/+1 |
2019-12-21 | Experimentally build lua backend for Windows | cbdev | 1 | -5/+14 |
2019-12-20 | Route all backend debug logging through a macro | cbdev | 12 | -382/+391 |
2019-12-18 | Fix evdev division by zero | cbdev | 1 | -0/+3 |
2019-12-16 | Move active invitations to global scope | cbdev | 3 | -22/+78 |
2019-12-15 | Fix overloading | cbdev | 1 | -2/+2 |
2019-12-15 | Initial AppleMIDI session support | cbdev | 2 | -4/+89 |
2019-12-13 | Basic rtpmidi output | cbdev | 2 | -6/+113 |
2019-12-12 | Fix description | cbdev | 1 | -1/+1 |
2019-12-12 | Extend hostspec parsing and implement local mode for sACN (#39) | cbdev | 8 | -18/+52 |
2019-12-11 | Implement rtpmidi peer handling | cbdev | 3 | -20/+60 |
2019-12-11 | Release instance implementation data allocation | cbdev | 4 | -1/+7 |
2019-12-11 | rtpmidi shutdown procedure | cbdev | 2 | -15/+34 |
2019-12-11 | Merge branch 'master' into rtpmidi | cbdev | 22 | -272/+68 |
2019-12-11 | Simplify plugin_stop API | cbdev | 22 | -120/+35 |
2019-12-11 | Simplify plugin_start API | cbdev | 21 | -152/+31 |
2019-12-10 | Fix bug in sACN config parsing | cbdev | 2 | -0/+2 |
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 | 2 | -18/+4 |
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 current master | cbdev | 36 | -701/+6010 |
2019-12-05 | Add flags parameter to channel parser plugin API (Fixes #31) | cbdev | 22 | -22/+22 |
2019-12-05 | Unify midi parsing/deparsing code | cbdev | 3 | -72/+35 |
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 | 22 | -22/+24 |
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 | 1 | -4/+4 |
2019-12-01 | Fix minor error in maweb documentationv0.1 | cbdev | 1 | -1/+1 |
2019-11-22 | Remove unnecessary case | Leon Scheid | 1 | -8/+5 |
2019-11-22 | Chane NoteOff behavior | Leon Scheid | 1 | -2/+8 |
2019-11-22 | Update button control state on input not output | cbdev | 1 | -2/+2 |
2019-11-22 | Exclude buttons from feedback filtering for maweb backend | cbdev | 2 | -7/+11 |
2019-11-07 | Makefile install target and packaging instructions (Fixes #28) | cbdev | 3 | -6/+3 |
2019-11-06 | Fix mutex type for OSX | cbdev | 1 | -4/+6 |
2019-11-06 | Fix Coverity CIDs 350438, 350437 | cbdev | 1 | -4/+4 |
2019-11-06 | Use default mutex type for OSX | cbdev | 1 | -0/+4 |
2019-11-06 | Try to build the JACK backend on OSX | cbdev | 1 | -2/+2 |
2019-11-06 | Fix spelling to placate spellintian | cbdev | 1 | -1/+1 |
2019-11-06 | Implement JACK backend | cbdev | 4 | -1/+904 |
2019-11-03 | Fix winmidi wire format | cbdev | 2 | -9/+6 |
2019-10-05 | Implement detect option for winmidi | cbdev | 3 | -5/+46 |
2019-09-20 | Fix maweb channel ordering | cbdev | 2 | -2/+16 |
2019-09-20 | Update documentation, fix minor leaks | cbdev | 3 | -9/+9 |
2019-09-18 | Fix maweb command key handling | cbdev | 4 | -105/+181 |