mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 05:36:31 +01:00
Move AudioBackend related debug bits into libardour
I put these in libpbd as that is where the debug bits are for the Waves backend but I think it makes more sense for them to be in libardour as that is where the AudioBackend class is defined I left the Waves debug bits in libpbd for now.
This commit is contained in:
parent
201d91aedd
commit
a272c50597
6 changed files with 15 additions and 19 deletions
|
|
@ -57,11 +57,6 @@ namespace PBD {
|
|||
LIBPBD_API extern DebugBits FileUtils;
|
||||
LIBPBD_API extern DebugBits UndoHistory;
|
||||
|
||||
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