Centralize Parameter scaling
[ardour.git] / libs / ardour / ardour / debug.h
index 41935087bd319617aa99df87d5517face0b70f0e..61903cd7245af49db798059bcbe4df1ba006c78b 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;
@@ -71,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;
@@ -79,7 +81,10 @@ namespace PBD {
                LIBARDOUR_API extern DebugBits BackendPorts;
                LIBARDOUR_API extern DebugBits VSTCallbacks;
                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;
 
        }
 }