summaryrefslogtreecommitdiff
path: root/libs/backends/alsa/alsa_midi.h
AgeCommit message (Collapse)Author
2019-08-03Update backend GPL boilerplate and (C) from git logRobin Gareus
2017-12-19Relax max MIDI msg size to 256 (for long sysex)Robin Gareus
(win-mme already used 256, CoreMIDI can handle up to 256 as can ALSA)
2017-12-05Increase ALSA max MIDI msg size to 128 bytes (same as OSX) for long sysexRobin Gareus
2017-09-16Namespace PBD::RingBufferRobin Gareus
class RingBuffer<> is a very generic name and should not pollute the global namespace.
2017-08-05ALSA backend RT-safe MIDI buffer allocationRobin Gareus
2015-12-04ALSA: allow to dynamically add/remove midi devices & update their latency.Robin Gareus
2014-06-21virtual abstraction of Alsa Raw+SeqRobin Gareus