mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 23:18:20 +01:00
fix a minor conflict after reverting a couple of commits
This commit is contained in:
parent
6cc116e6de
commit
9f52bc05de
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ double
|
|||
MidiClockTicker::one_ppqn_in_samples (samplepos_t transport_position) const
|
||||
{
|
||||
Tempo const & tempo (TempoMap::use()->metric_at (transport_position).tempo());
|
||||
const double samples_per_quarter_note = tempo.samples_per_quarter_note (_session->nominal_sample_rate());
|
||||
const double samples_per_quarter_note = tempo.samples_per_quarter_note (_session.nominal_sample_rate());
|
||||
return samples_per_quarter_note / 24.0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue