add DEBUG::TempoEstimation to libardour

This commit is contained in:
Paul Davis
2025-08-08 23:29:55 -06:00
parent 4586b39e8b
commit 217890cf85
2 changed files with 2 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ namespace PBD {
LIBARDOUR_API extern DebugBits WiimoteControl;
LIBARDOUR_API extern DebugBits Freesound;
LIBARDOUR_API extern DebugBits ClipRecording;
LIBARDOUR_API extern DebugBits TempoEstimation;
}
}

View File

@@ -113,3 +113,4 @@ PBD::DebugBits PBD::DEBUG::VSTCallbacks = PBD::new_debug_bit ("vstcallbacks");
PBD::DebugBits PBD::DEBUG::WiimoteControl = PBD::new_debug_bit ("wiimotecontrol");
PBD::DebugBits PBD::DEBUG::Freesound = PBD::new_debug_bit ("freesound");
PBD::DebugBits PBD::DEBUG::ClipRecording = PBD::new_debug_bit ("cliprecording");
PBD::DebugBits PBD::DEBUG::TempoEstimation = PBD::new_debug_bit ("tempoestimation");