undo the hiding of SR-dependent LV2 ports
[ardour.git] / libs / ardour / debug.cc
index a8a17a7bc5937cb46a3f77ee72bad639e21c33db..afd5da2169332ea5d2bc80a2fd5e8ec1f20a2d99 100644 (file)
@@ -36,6 +36,7 @@ uint64_t PBD::DEBUG::ProcessThreads = PBD::new_debug_bit ("processthreads");
 uint64_t PBD::DEBUG::Graph = PBD::new_debug_bit ("graph");
 uint64_t PBD::DEBUG::Destruction = PBD::new_debug_bit ("destruction");
 uint64_t PBD::DEBUG::MTC = PBD::new_debug_bit ("mtc");
+uint64_t PBD::DEBUG::LTC = PBD::new_debug_bit ("ltc");
 uint64_t PBD::DEBUG::Transport = PBD::new_debug_bit ("transport");
 uint64_t PBD::DEBUG::Slave = PBD::new_debug_bit ("slave");
 uint64_t PBD::DEBUG::SessionEvents = PBD::new_debug_bit ("sessionevents");
@@ -47,4 +48,17 @@ uint64_t PBD::DEBUG::Solo = PBD::new_debug_bit ("solo");
 uint64_t PBD::DEBUG::AudioPlayback = PBD::new_debug_bit ("audioplayback");
 uint64_t PBD::DEBUG::Panning = PBD::new_debug_bit ("panning");
 uint64_t PBD::DEBUG::LV2 = PBD::new_debug_bit ("lv2");
+uint64_t PBD::DEBUG::CaptureAlignment = PBD::new_debug_bit ("capturealignment");
+uint64_t PBD::DEBUG::PluginManager = PBD::new_debug_bit ("pluginmanager");
+uint64_t PBD::DEBUG::AudioUnits = PBD::new_debug_bit ("audiounits");
+uint64_t PBD::DEBUG::ControlProtocols = PBD::new_debug_bit ("controlprotocols");
+uint64_t PBD::DEBUG::CycleTimers = PBD::new_debug_bit ("cycletimers");
+uint64_t PBD::DEBUG::MidiTrackers = PBD::new_debug_bit ("miditrackers");
+uint64_t PBD::DEBUG::Layering = PBD::new_debug_bit ("layering");
+uint64_t PBD::DEBUG::TempoMath = PBD::new_debug_bit ("tempomath");
+uint64_t PBD::DEBUG::TempoMap = PBD::new_debug_bit ("tempomap");
+uint64_t PBD::DEBUG::OrderKeys = PBD::new_debug_bit ("orderkeys");
+uint64_t PBD::DEBUG::Automation = PBD::new_debug_bit ("automation");
+uint64_t PBD::DEBUG::WiimoteControl = PBD::new_debug_bit ("wiimotecontrol");
+