new transport slave/master implementation, libs/ edition
[ardour.git] / libs / ardour / ardour / debug.h
index f8e8bfa5e00a1e4a6a1d2c2763928f24483ef5c8..069840a14948077fa71b72d30e429478520f110c 100644 (file)
@@ -32,6 +32,7 @@ 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;
@@ -43,6 +44,7 @@ namespace PBD {
                LIBARDOUR_API extern DebugBits Destruction;
                LIBARDOUR_API extern DebugBits MTC;
                LIBARDOUR_API extern DebugBits LTC;
+               LIBARDOUR_API extern DebugBits TXLTC;
                LIBARDOUR_API extern DebugBits Transport;
                LIBARDOUR_API extern DebugBits Slave;
                LIBARDOUR_API extern DebugBits SessionEvents;
@@ -54,6 +56,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 +73,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;
@@ -77,11 +81,16 @@ 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;
+               LIBARDOUR_API extern DebugBits US2400;
+               LIBARDOUR_API extern DebugBits LaunchControlXL;
 
        }
 }
 
 #endif /* __ardour_debug_h__ */
-