From dbf32148c23d5310200fdde27ee73d2a0c7fd46d Mon Sep 17 00:00:00 2001 From: sakertooth Date: Mon, 28 Aug 2023 00:53:14 -0400 Subject: [PATCH] Revert accidental change on SamplePlayHandle L.111 --- src/core/SamplePlayHandle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/SamplePlayHandle.cpp b/src/core/SamplePlayHandle.cpp index adc8555be..8fb45486a 100644 --- a/src/core/SamplePlayHandle.cpp +++ b/src/core/SamplePlayHandle.cpp @@ -108,7 +108,7 @@ void SamplePlayHandle::play( sampleFrame * buffer ) if( !( m_track && m_track->isMuted() ) && !(m_patternTrack && m_patternTrack->isMuted())) { -/* StereoVolumeVector v +/* StereoVolumeVector v = { { m_volumeModel->value() / DefaultVolume, m_volumeModel->value() / DefaultVolume } };*/ // SamplePlayHandle always plays the sample at its original pitch;