mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
get further at runtime
This commit is contained in:
parent
534c08074d
commit
e7d84a7c47
3 changed files with 1 additions and 4 deletions
|
|
@ -40,7 +40,7 @@ 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 (new TempoMap (Tempo (120.0), Meter (4, 4), 44100));
|
||||
SerializedRCUManager<TempoMap> TempoMap::_map_mgr (0);
|
||||
thread_local TempoMap::SharedPtr TempoMap::_tempo_map_p;
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue