summaryrefslogtreecommitdiff
path: root/common/JackMidiRawOutputWriteQueue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup some warningsfalkTX2018-11-131-2/+2
| | | | Signed-off-by: falkTX <falktx@gmail.com>
* Optimize the 'alsarawmidi' driver for I/O over multiple ports. Make ↵Devin Anderson2011-04-131-4/+0
| | | | 'GetCurrentFrame' call 'GetMicroSeconds' earlier in the function call.
* Take away early bytes optimization from JackMidiRawOutputWriteQueue, as some ↵Devin Anderson2011-04-101-106/+40
| | | | MIDI systems timestamp incoming data using the time the status byte arrives vs. the time the last byte arrives. Also, doing some debugging on the 'alsarawmidi' driver (in progress).
* Added MIDI queues, FFADO objects, etc. - see ↵Devin Anderson2011-03-181-0/+228
'http://trac.jackaudio.org/ticket/187' for more details