add DEBUG::TempoEstimation to libardour
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user