Ardour/ALSA allow multiple MIDI devices with the same name
[ardour.git] / libs / pbd / debug.cc
index 419c5bfb379e32ec71fe3bc8511a80834d6db28a..049ac9efa7748beb334a288170dcbe39e4b66e9d 100644 (file)
@@ -57,6 +57,7 @@ DebugBits PBD::DEBUG::UndoHistory = PBD::new_debug_bit ("undohistory");
 DebugBits PBD::DEBUG::Timing = PBD::new_debug_bit ("timing");
 DebugBits PBD::DEBUG::Threads = PBD::new_debug_bit ("threads");
 DebugBits PBD::DEBUG::Locale = PBD::new_debug_bit ("locale");
+DebugBits PBD::DEBUG::StringConvert = PBD::new_debug_bit ("stringconvert");
 
 /* These are debug bits that are used by backends. Since these are loaded dynamically,
    after command-line parsing, defining them in code that is part of the backend