Browse Source

Avoid showing nonsense play position value

tags/v100_p5
xenakios 7 years ago
parent
commit
0e997e1d43
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Source/PluginProcessor.cpp

+ 2
- 0
Source/PluginProcessor.cpp View File

@@ -507,6 +507,8 @@ void PaulstretchpluginAudioProcessor::processBlock (AudioSampleBuffer& buffer, M
{
phead->getCurrentPosition(m_playposinfo);
}
else
m_playposinfo.isPlaying = false;
ScopedNoDenormals noDenormals;
double srtemp = getSampleRate();
if (srtemp != m_cur_sr)


Loading…
Cancel
Save