Return silence from read_from_sources() if we try to read a channel that our source...
[ardour.git] / libs / ardour / debug.cc
index de29a99b05f0608661a3c18fa0b7b244fa606e3b..a0fc09a2ad48f97779c5b304b5901751f0709844 100644 (file)
@@ -52,4 +52,9 @@ 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");
+