minor fixups post-rebase

This commit is contained in:
Paul Davis 2021-03-27 10:17:52 -06:00
parent bccdc95f32
commit bcca1ad289
2 changed files with 1 additions and 2 deletions

View file

@ -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) {