mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
minor fixups post-rebase
This commit is contained in:
parent
bccdc95f32
commit
bcca1ad289
2 changed files with 1 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ RegionPeakCursor::set (AudioRegionView* arv, samplepos_t when, samplecnt_t sampl
|
|||
}
|
||||
|
||||
/* read_peaks() offset is relative to the region's source */
|
||||
s += ar->start ();
|
||||
s += ar->start_sample ();
|
||||
|
||||
PeakData p;
|
||||
for (uint32_t chn = 0; chn < ar->n_channels (); ++chn) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue