Fix glitch in SlicerT (#7174)
This commit is contained in:
@@ -144,8 +144,6 @@ void SlicerT::playNote(NotePlayHandle* handle, sampleFrame* workingBuffer)
|
||||
workingBuffer[i + offset][1] *= fadeValue;
|
||||
}
|
||||
|
||||
instrumentTrack()->processAudioBuffer(workingBuffer, frames + offset, handle);
|
||||
|
||||
emit isPlaying(noteDone, sliceStart, sliceEnd);
|
||||
}
|
||||
else { emit isPlaying(-1, 0, 0); }
|
||||
|
||||
Reference in New Issue
Block a user