save version string with session for informational purposes
[ardour.git] / libs / ardour / ardour / debug.h
index 6ebf21a958b1d358b6a8bd9a2cedcb93c0c47ebf..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;
@@ -77,6 +78,7 @@ namespace PBD {
                LIBARDOUR_API extern DebugBits BackendPorts;
                LIBARDOUR_API extern DebugBits VSTCallbacks;
                LIBARDOUR_API extern DebugBits FaderPort;
+               LIBARDOUR_API extern DebugBits VCA;
 
        }
 }