save version string with session for informational purposes
[ardour.git] / libs / ardour / ardour / debug.h
index dc2ee6442f54c9bb5099f3c04cc883a761855043..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;
@@ -74,6 +75,10 @@ namespace PBD {
                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;
 
        }
 }