This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
paulstretchplugin
mirror of
https://bitbucket.org/xenakios/paulstretchplugin.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
10
Wiki
Activity
Browse Source
Init playposition info seconds to zero to try avoiding garbage value to show
tags/1.0.1
xenakios
7 years ago
parent
10a36338b8
commit
05a6eb21f0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Source/PluginProcessor.cpp
+ 1
- 1
Source/PluginProcessor.cpp
View File
@@ -78,7 +78,7 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
{
g_activeprocessors.insert(this);
m_playposinfo.timeInSeconds = 0.0;
m_recbuffer.setSize(2, 44100);
m_recbuffer.clear();
if (m_afm->getNumKnownFormats()==0)
Write
Preview
Loading…
Cancel
Save