mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
audio units uses quarter_notes_per_minute().
This commit is contained in:
parent
33e95a1577
commit
3ee59cf499
1 changed files with 1 additions and 1 deletions
|
|
@ -1808,7 +1808,7 @@ AUPlugin::get_beat_and_tempo_callback (Float64* outCurrentBeat,
|
|||
}
|
||||
|
||||
if (outCurrentTempo) {
|
||||
*outCurrentTempo = tmap.tempo_at_frame (transport_frame + input_offset).beats_per_minute();
|
||||
*outCurrentTempo = tmap.tempo_at_frame (transport_frame + input_offset).quarter_notes_per_minute();
|
||||
}
|
||||
|
||||
return noErr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue