mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +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
|
|
@ -56,6 +56,11 @@ namespace PBD {
|
|||
LIBPBD_API extern DebugBits Configuration;
|
||||
LIBPBD_API extern DebugBits FileUtils;
|
||||
|
||||
LIBPBD_API extern DebugBits BackendMIDI;
|
||||
LIBPBD_API extern DebugBits BackendAudio;
|
||||
LIBPBD_API extern DebugBits BackendTiming;
|
||||
LIBPBD_API extern DebugBits BackendThreads;
|
||||
|
||||
/* See notes in ../debug.cc on why these are defined here */
|
||||
|
||||
LIBPBD_API extern DebugBits WavesMIDI;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue