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
When changing audio file, set the first buffer flag to flush the existing stretched audio faster
tags/1.2.1
xenakios
7 years ago
parent
44114a7f2c
commit
8a4aee93ec
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Source/PS_Source/StretchSource.cpp
+ 1
- 0
Source/PS_Source/StretchSource.cpp
View File
@@ -472,6 +472,7 @@ String StretchAudioSource::setAudioFile(File file)
if (m_inputfile->openAudioFile(file))
{
m_curfile = file;
m_firstbuffer = true;
return String();
}
return "Could not open file";
Write
Preview
Loading…
Cancel
Save