aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/midi.c
AgeCommit message (Expand)AuthorFilesLines
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