mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
moved scoped tempo map from GUI to libtemporal
This commit is contained in:
parent
582a1e8186
commit
1ecbdf164d
5 changed files with 111 additions and 0 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue