summaryrefslogtreecommitdiff
path: root/libs/backends/portaudio/winmmemidi_input_device.cc
AgeCommit message (Collapse)Author
2015-08-04Proper solution to replace 9cabc1b hack.Robin Gareus
Initialize uninitialized variable (m_started), remove cruft.
2015-08-03Windows XP compatRobin Gareus
2015-07-31Use MMCSS to elevate the thread priorities for audio and MIDI threadsTim Mayberry
use AVRT_PRIORITY_NORMAL for audio threads and AVRT_PRIORITY_HIGH for MIDI threads
2015-07-31WinMME based midi input/output for portaudio backendTim Mayberry
TODO: Use MMCSS to elevate thread priorities Enable/test and fix SYSEX related code