aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/jack.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-10Implement program change control for the midi, winmidi and jack backends (Fix...cbdev1-3/+6
2021-01-08Implement EPN reception for the jack backendcbdev1-1/+71
2021-01-03Implement EPN transmission for the jack backendcbdev1-26/+73
2020-04-19Fix unchecked returnscbdev1-1/+3
2020-03-24Simplify backend code according to new guaranteescbdev1-27/+25
2020-01-12Rework instance creationcbdev1-9/+3
2019-12-20Route all backend debug logging through a macrocbdev1-53/+54
2019-12-11Release instance implementation data allocationcbdev1-0/+2
2019-12-11Simplify plugin_stop APIcbdev1-10/+2
2019-12-11Simplify plugin_start APIcbdev1-10/+2
2019-12-05Add flags parameter to channel parser plugin API (Fixes #31)cbdev1-1/+1
2019-12-05Unify midi parsing/deparsing codecbdev1-4/+4
2019-12-04Do not build the jack backend in debug modecbdev1-2/+0
2019-12-04Explicitly mark the backend init symbol visiblecbdev1-1/+3
2019-11-06Fix mutex type for OSXcbdev1-4/+6
2019-11-06Fix Coverity CIDs 350438, 350437cbdev1-4/+4
2019-11-06Use default mutex type for OSXcbdev1-0/+4
2019-11-06Fix spelling to placate spellintiancbdev1-1/+1
2019-11-06Implement JACK backendcbdev1-0/+742