X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fdebug.h;h=0c259b480f25c1d3cdb30f9d7226edf1f3768fed;hb=eadf9bbef17a1405096ad6ce6966e4265d566cca;hp=94974a1dcd866c0c7b5f12c0616b6cbb16c44fc3;hpb=46c83693284ece4a732d26e62113ea4ac584d539;p=ardour.git diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h index 94974a1dcd..0c259b480f 100644 --- a/libs/ardour/ardour/debug.h +++ b/libs/ardour/ardour/debug.h @@ -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; @@ -70,6 +73,16 @@ 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; + LIBARDOUR_API extern DebugBits Push2; + } }