bugfix in LVSL

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@411 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-09-22 09:48:24 +00:00
parent 5635756354
commit 40c682a4a3
3 changed files with 9 additions and 3 deletions

View File

@@ -327,11 +327,11 @@ bool remoteVSTPlugin::process( const sampleFrame * _in_buf,
writeValueS<Sint16>( VST_PROCESS );
unlock();
m_initialized = TRUE;
if( _wait )
{
waitForProcessingFinished( _out_buf );
}
m_initialized = TRUE;
return( TRUE );
}