mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
WinMME based midi input/output for portaudio backend
TODO: Use MMCSS to elevate thread priorities Enable/test and fix SYSEX related code
This commit is contained in:
parent
b12f865a4a
commit
e258c827e2
18 changed files with 2074 additions and 72 deletions
|
|
@ -63,6 +63,11 @@ DebugBits PBD::DEBUG::Configuration = PBD::new_debug_bit ("configuration");
|
|||
from dynamically loaded code, for use in command line parsing, is way above the pay grade
|
||||
of this debug tracing scheme.
|
||||
*/
|
||||
DebugBits PBD::DEBUG::BackendMIDI = PBD::new_debug_bit ("BackendMIDI");
|
||||
DebugBits PBD::DEBUG::BackendAudio = PBD::new_debug_bit ("BackendAudio");
|
||||
DebugBits PBD::DEBUG::BackendTiming = PBD::new_debug_bit ("BackendTiming");
|
||||
DebugBits PBD::DEBUG::BackendThreads = PBD::new_debug_bit ("BackendThreads");
|
||||
|
||||
|
||||
DebugBits PBD::DEBUG::WavesMIDI = PBD::new_debug_bit ("WavesMIDI");
|
||||
DebugBits PBD::DEBUG::WavesAudio = PBD::new_debug_bit ("WavesAudio");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue