Always "fast-off" voices that have no samples left
If anything, it will cut the release time on an ended sample.
This commit is contained in:
parent
014518486c
commit
edd0b8f04e
1 changed files with 1 additions and 3 deletions
|
|
@ -1154,9 +1154,7 @@ void Voice::Impl::fillWithData(AudioSpan<float> buffer) noexcept
|
|||
continue;
|
||||
}
|
||||
|
||||
if (!released())
|
||||
off(int(i), true);
|
||||
|
||||
off(int(i), true);
|
||||
fill<int>(indices->subspan(i), sampleEnd);
|
||||
fill<float>(coeffs->subspan(i), 0x1.fffffep-1);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue