Set buffer size during plugin init

Fixes AmpliTube crash
This commit is contained in:
DomClark
2017-12-23 01:42:30 +00:00
committed by Hyunjin Song
parent 6e0dda692a
commit 709fc7948b

View File

@@ -635,6 +635,7 @@ void RemoteVstPlugin::init( const std::string & _plugin_file )
}
updateInOutCount();
updateBufferSize();
// some plugins have to set samplerate during init
if( m_vstSyncData->hasSHM )