Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-03-24 | Simplify backend code according to new guarantees | cbdev | 1 | -27/+25 |
2020-01-12 | Rework instance creation | cbdev | 1 | -9/+3 |
2019-12-20 | Route all backend debug logging through a macro | cbdev | 1 | -53/+54 |
2019-12-11 | Release instance implementation data allocation | cbdev | 1 | -0/+2 |
2019-12-11 | Simplify plugin_stop API | cbdev | 1 | -10/+2 |
2019-12-11 | Simplify plugin_start API | cbdev | 1 | -10/+2 |
2019-12-05 | Add flags parameter to channel parser plugin API (Fixes #31) | cbdev | 1 | -1/+1 |
2019-12-05 | Unify midi parsing/deparsing code | cbdev | 1 | -4/+4 |
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 | 1 | -1/+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 | Fix spelling to placate spellintian | cbdev | 1 | -1/+1 |
2019-11-06 | Implement JACK backend | cbdev | 1 | -0/+742 |