a better, deeper fix for "cancel all solo", as Session::cancel_all_solo()
[ardour.git] / libs / ardour / ardour / debug.h
index 94974a1dcd866c0c7b5f12c0616b6cbb16c44fc3..41935087bd319617aa99df87d5517face0b70f0e 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;
@@ -53,6 +54,7 @@ namespace PBD {
                LIBARDOUR_API extern DebugBits AudioPlayback;
                LIBARDOUR_API extern DebugBits Panning;
                LIBARDOUR_API extern DebugBits LV2;
+               LIBARDOUR_API extern DebugBits LV2Automate;
                LIBARDOUR_API extern DebugBits CaptureAlignment;
                LIBARDOUR_API extern DebugBits PluginManager;
                LIBARDOUR_API extern DebugBits AudioUnits;
@@ -70,6 +72,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;
+
        }
 }