Skip to content

Commit

Permalink
debugged
Browse files Browse the repository at this point in the history
  • Loading branch information
smehdizadeh committed May 5, 2021
1 parent 4b6c64b commit 8795cf8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Synth_GUI/Source/AudioProcessingComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,18 +217,6 @@ void AudioProcessingComponent::setPlaying(bool isPlaying)
m_bPlaying = isPlaying;
}

void AudioProcessingComponent::toggleReverb()
{
if (m_bReverbOn)
{
m_bReverbOn = false;
}
else
{
m_bReverbOn = true;
}
}

float AudioProcessingComponent::getSampleRate()
{
return m_fOutputSampRate;
Expand Down

0 comments on commit 8795cf8

Please sign in to comment.