mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
move superclock_ticks_per_second declaration
This commit is contained in:
parent
18d64f0402
commit
f8a0ba246c
2 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,6 @@ using Temporal::superclock_t;
|
|||
std::string Tempo::xml_node_name = X_("Tempo");
|
||||
std::string Meter::xml_node_name = X_("Meter");
|
||||
|
||||
superclock_t Temporal::superclock_ticks_per_second = 508032000; // 2^10 * 3^4 * 5^3 * 7^2
|
||||
|
||||
SerializedRCUManager<TempoMap> TempoMap::_map_mgr (0);
|
||||
thread_local TempoMap::SharedPtr TempoMap::_tempo_map_p;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue