WebSockets: use v7 tempo-map correctly
This commit is contained in:
parent
a30148b2a1
commit
2e0a069c51
@ -27,7 +27,7 @@ using namespace Temporal;
|
||||
double
|
||||
ArdourTransport::tempo () const
|
||||
{
|
||||
const Tempo& tempo (TempoMap::use()->metric_at (0).tempo());
|
||||
const Tempo& tempo (TempoMap::fetch()->metric_at (0).tempo());
|
||||
return tempo.note_types_per_minute ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user