Removed an unused span
This commit is contained in:
parent
25068e51bf
commit
67e549b14b
1 changed files with 0 additions and 1 deletions
|
|
@ -272,7 +272,6 @@ void sfz::Voice::processMono(AudioSpan<float> buffer) noexcept
|
|||
auto rightBuffer = buffer.getSpan(1);
|
||||
|
||||
auto span1 = tempSpan1.first(numSamples);
|
||||
auto span2 = tempSpan2.first(numSamples);
|
||||
|
||||
// Amplitude envelope
|
||||
amplitudeEnvelope.getBlock(span1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue