aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/midi.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-15Implement EPN's for the rtpmidi backendcbdev1-1/+2
2021-01-10Implement program change control for the midi, winmidi and jack backends (Fix...cbdev1-1/+17
2021-01-09Add source/target as aliases for MIDI read/write config options (#79)cbdev1-2/+2
2021-01-08Implement EPN reception for the winmidi backendcbdev1-0/+2
2021-01-04Implement EPN reception for the midi backendcbdev1-8/+97
2021-01-02Implement EPN transmission for the winmidi backendcbdev1-3/+3
2021-01-01Implement EPN transmission for the midi backendcbdev1-21/+69
2020-03-10Simplify MIDI backendcbdev1-33/+28
2020-03-09Remove deprecated MIDI channel syntaxcbdev1-49/+30
2020-01-12Rework instance creationcbdev1-8/+3
2019-12-20Route all backend debug logging through a macrocbdev1-26/+27
2019-12-11Simplify plugin_stop APIcbdev1-8/+2
2019-12-11Simplify plugin_start APIcbdev1-15/+2
2019-12-05Add flags parameter to channel parser plugin API (Fixes #31)cbdev1-1/+1
2019-12-04Explicitly mark the backend init symbol visiblecbdev1-1/+1
2019-11-22Remove unnecessary caseLeon Scheid1-8/+5
2019-11-22Chane NoteOff behaviorLeon Scheid1-2/+8
2019-10-05Implement detect option for winmidicbdev1-2/+1
2019-09-20Update documentation, fix minor leakscbdev1-2/+2
2019-09-15Fix minor MIDI issuescbdev1-12/+15
2019-08-24Fix NULL pointer accesscbdev1-1/+1
2019-08-24Only connect to ALSA when instances are requestedcbdev1-14/+25
2019-08-10Clean up & check unionscbdev1-9/+5
2019-08-07Fix export visibilities for GCCcbdev1-6/+0
2019-08-01Implement midi backend detect optioncbdev1-6/+35
2019-04-01Implement pitch, aftertouch and pressure events for the MIDI backendcbdev1-1/+39
2019-03-30Fix MIDI mapping syntaxcbdev1-5/+30
2018-03-02Move backend implementations to subdirectorycbdev1-0/+366