Skip to content

Commit

Permalink
Fix glitch in SlicerT (#7174)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine authored Mar 28, 2024
1 parent 682be4e commit 6f5f2c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/SlicerT/SlicerT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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); }
Expand Down

0 comments on commit 6f5f2c2

Please sign in to comment.