save version string with session for informational purposes
[ardour.git] / libs / ardour / ardour / debug.h
index 94974a1dcd866c0c7b5f12c0616b6cbb16c44fc3..f8e8bfa5e00a1e4a6a1d2c2763928f24483ef5c8 100644 (file)
@@ -37,6 +37,7 @@ namespace PBD {
                LIBARDOUR_API extern DebugBits LatencyCompensation;
                LIBARDOUR_API extern DebugBits Peaks;
                LIBARDOUR_API extern DebugBits Processors;
+               LIBARDOUR_API extern DebugBits ChanMapping;
                LIBARDOUR_API extern DebugBits ProcessThreads;
                LIBARDOUR_API extern DebugBits Graph;
                LIBARDOUR_API extern DebugBits Destruction;
@@ -70,6 +71,15 @@ namespace PBD {
                LIBARDOUR_API extern DebugBits Soundcloud;
                LIBARDOUR_API extern DebugBits Butler;
                LIBARDOUR_API extern DebugBits GenericMidi;
+               LIBARDOUR_API extern DebugBits BackendMIDI;
+               LIBARDOUR_API extern DebugBits BackendAudio;
+               LIBARDOUR_API extern DebugBits BackendTiming;
+               LIBARDOUR_API extern DebugBits BackendThreads;
+               LIBARDOUR_API extern DebugBits BackendPorts;
+               LIBARDOUR_API extern DebugBits VSTCallbacks;
+               LIBARDOUR_API extern DebugBits FaderPort;
+               LIBARDOUR_API extern DebugBits VCA;
+
        }
 }