audio units uses quarter_notes_per_minute().
This commit is contained in:
parent
33e95a1577
commit
3ee59cf499
@ -1808,7 +1808,7 @@ AUPlugin::get_beat_and_tempo_callback (Float64* outCurrentBeat,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (outCurrentTempo) {
|
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;
|
return noErr;
|
||||||
|
Loading…
Reference in New Issue
Block a user