Set buffer size during plugin init
Fixes AmpliTube crash
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user