set + store signal chain latency for all processors; DiskWriter sets its capture_offs...
[ardour.git] / libs / ardour / ardour / debug.h
index 6ebf21a958b1d358b6a8bd9a2cedcb93c0c47ebf..ff1f2c6805957a544ff70f577e179cf3397f4363 100644 (file)
@@ -32,11 +32,13 @@ namespace PBD {
                LIBARDOUR_API extern DebugBits MidiSourceIO;
                LIBARDOUR_API extern DebugBits MidiPlaylistIO;
                LIBARDOUR_API extern DebugBits MidiDiskstreamIO;
+               LIBARDOUR_API extern DebugBits MidiRingBuffer;
                LIBARDOUR_API extern DebugBits SnapBBT;
                LIBARDOUR_API extern DebugBits Latency;
                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 +55,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;
@@ -69,6 +72,7 @@ namespace PBD {
                LIBARDOUR_API extern DebugBits AudioEngine;
                LIBARDOUR_API extern DebugBits Soundcloud;
                LIBARDOUR_API extern DebugBits Butler;
+               LIBARDOUR_API extern DebugBits Selection;
                LIBARDOUR_API extern DebugBits GenericMidi;
                LIBARDOUR_API extern DebugBits BackendMIDI;
                LIBARDOUR_API extern DebugBits BackendAudio;
@@ -76,7 +80,12 @@ namespace PBD {
                LIBARDOUR_API extern DebugBits BackendThreads;
                LIBARDOUR_API extern DebugBits BackendPorts;
                LIBARDOUR_API extern DebugBits VSTCallbacks;
+               LIBARDOUR_API extern DebugBits DiskIO;
                LIBARDOUR_API extern DebugBits FaderPort;
+               LIBARDOUR_API extern DebugBits FaderPort8;
+               LIBARDOUR_API extern DebugBits CC121;
+               LIBARDOUR_API extern DebugBits VCA;
+               LIBARDOUR_API extern DebugBits Push2;
 
        }
 }