mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
manually revert fa376b709d and debef6ab
Quantizing superclocks to samples in libtemporal negates the whole purpose of superclocks, and breaks a variety of things, not limited to moving forward to markers and the grid
This commit is contained in:
parent
570289ddc7
commit
9f3a41b96b
1 changed files with 1 additions and 3 deletions
|
|
@ -568,9 +568,7 @@ TempoPoint::superclock_at (Temporal::Beats const & qn) const
|
|||
}
|
||||
}
|
||||
|
||||
/* Truncate to the nearest sample-equivalent superclock value */
|
||||
|
||||
return (r / TEMPORAL_SAMPLE_RATE) * TEMPORAL_SAMPLE_RATE;
|
||||
return r;
|
||||
}
|
||||
|
||||
superclock_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue