Update src/sfizz/Voice.cpp
This commit is contained in:
parent
f1d4dfb823
commit
89b09d2985
1 changed files with 1 additions and 1 deletions
|
|
@ -1015,7 +1015,7 @@ void Voice::Impl::fillWithData(AudioSpan<float> buffer) noexcept
|
|||
(*indices)[i] -= loop.size * blockRestarts;
|
||||
if ((*indices)[i] >= sampleEnd) {
|
||||
fill<int>(indices->subspan(i), sampleEnd);
|
||||
fill<float>(coeffs->subspan(i), 1.0f);
|
||||
fill<float>(coeffs->subspan(i), 0x1.fffffep-1);
|
||||
break;
|
||||
}
|
||||
i++;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue