X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fdebug.h;h=d2a258fb5614183ea7fd7a79034e461364968627;hb=22a903171347cc8f3776e4c539ca5f1172ec449c;hp=c26710b62095a124c3a20627b4608704d6dd2e56;hpb=8648a8a13b04549362f14a0738947d997ef1abc7;p=ardour.git diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h index c26710b620..d2a258fb56 100644 --- a/libs/ardour/ardour/debug.h +++ b/libs/ardour/ardour/debug.h @@ -29,42 +29,59 @@ namespace PBD { namespace DEBUG { - LIBARDOUR_API extern uint64_t MidiSourceIO; - LIBARDOUR_API extern uint64_t MidiPlaylistIO; - LIBARDOUR_API extern uint64_t MidiDiskstreamIO; - LIBARDOUR_API extern uint64_t SnapBBT; - LIBARDOUR_API extern uint64_t Configuration; - LIBARDOUR_API extern uint64_t Latency; - LIBARDOUR_API extern uint64_t Processors; - LIBARDOUR_API extern uint64_t ProcessThreads; - LIBARDOUR_API extern uint64_t Graph; - LIBARDOUR_API extern uint64_t Destruction; - LIBARDOUR_API extern uint64_t MTC; - LIBARDOUR_API extern uint64_t LTC; - LIBARDOUR_API extern uint64_t Transport; - LIBARDOUR_API extern uint64_t Slave; - LIBARDOUR_API extern uint64_t SessionEvents; - LIBARDOUR_API extern uint64_t MidiIO; - LIBARDOUR_API extern uint64_t MackieControl; - LIBARDOUR_API extern uint64_t MidiClock; - LIBARDOUR_API extern uint64_t Monitor; - LIBARDOUR_API extern uint64_t Solo; - LIBARDOUR_API extern uint64_t AudioPlayback; - LIBARDOUR_API extern uint64_t Panning; - LIBARDOUR_API extern uint64_t LV2; - LIBARDOUR_API extern uint64_t CaptureAlignment; - LIBARDOUR_API extern uint64_t PluginManager; - LIBARDOUR_API extern uint64_t AudioUnits; - LIBARDOUR_API extern uint64_t ControlProtocols; - LIBARDOUR_API extern uint64_t CycleTimers; - LIBARDOUR_API extern uint64_t MidiTrackers; - LIBARDOUR_API extern uint64_t Layering; - LIBARDOUR_API extern uint64_t TempoMath; - LIBARDOUR_API extern uint64_t TempoMap; - LIBARDOUR_API extern uint64_t OrderKeys; - LIBARDOUR_API extern uint64_t Automation; - LIBARDOUR_API extern uint64_t WiimoteControl; - LIBARDOUR_API extern uint64_t Ports; + 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; + LIBARDOUR_API extern DebugBits MTC; + LIBARDOUR_API extern DebugBits LTC; + LIBARDOUR_API extern DebugBits Transport; + LIBARDOUR_API extern DebugBits Slave; + LIBARDOUR_API extern DebugBits SessionEvents; + LIBARDOUR_API extern DebugBits MidiIO; + LIBARDOUR_API extern DebugBits MackieControl; + LIBARDOUR_API extern DebugBits MidiClock; + LIBARDOUR_API extern DebugBits Monitor; + LIBARDOUR_API extern DebugBits Solo; + 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; + LIBARDOUR_API extern DebugBits ControlProtocols; + LIBARDOUR_API extern DebugBits CycleTimers; + LIBARDOUR_API extern DebugBits MidiTrackers; + LIBARDOUR_API extern DebugBits Layering; + LIBARDOUR_API extern DebugBits TempoMath; + LIBARDOUR_API extern DebugBits TempoMap; + LIBARDOUR_API extern DebugBits OrderKeys; + LIBARDOUR_API extern DebugBits Automation; + LIBARDOUR_API extern DebugBits WiimoteControl; + LIBARDOUR_API extern DebugBits Ports; + LIBARDOUR_API extern DebugBits AudioEngine; + 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; + } }