index
:
midimonster
debian/master
kinet
master
mqtt
rtpmidi
uinput
Multi-protocol translation software
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
backends
/
jack.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2021-01-10
Implement program change control for the midi, winmidi and jack backends ↵
cbdev
1
-3
/
+6
(Fixes #79)
2021-01-08
Implement EPN reception for the jack backend
cbdev
1
-1
/
+71
2021-01-03
Implement EPN transmission for the jack backend
cbdev
1
-26
/
+73
2020-04-19
Fix unchecked returns
cbdev
1
-1
/
+3
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