moved scoped tempo map from GUI to libtemporal

This commit is contained in:
Paul Davis 2025-08-11 11:25:32 -06:00
parent 582a1e8186
commit 1ecbdf164d
5 changed files with 111 additions and 0 deletions

View file

@ -27,4 +27,5 @@ PBD::DebugBits PBD::DEBUG::Grid = PBD::new_debug_bit ("Grid");
PBD::DebugBits PBD::DEBUG::SnapBBT = PBD::new_debug_bit ("SnapBBT");
PBD::DebugBits PBD::DEBUG::Beats = PBD::new_debug_bit ("Beats");
PBD::DebugBits PBD::DEBUG::MapReset = PBD::new_debug_bit ("MapReset");
PBD::DebugBits PBD::DEBUG::ScopedTempoMap = PBD::new_debug_bit ("scopedtempomap");