mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
fix mistaken geometrical-math for xfaded loops
This commit is contained in:
parent
e1a9034a0e
commit
a2737feae6
1 changed files with 1 additions and 1 deletions
|
|
@ -1752,7 +1752,7 @@ DiskReader::maybe_xfade_loop (Sample* buf, samplepos_t read_start, samplepos_t r
|
|||
|
||||
case Evoral::OverlapStart:
|
||||
/* read range starts before and ends within fade or at same end as fade */
|
||||
n = fade_end - read_start;
|
||||
n = read_end - fade_start;
|
||||
vo = 0;
|
||||
bo = fade_start - read_start;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue