Skip to content

Commit 709fc79

Browse files
DomClarkPhysSong
authored andcommitted
Set buffer size during plugin init
Fixes AmpliTube crash
1 parent 6e0dda6 commit 709fc79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/vst_base/RemoteVstPlugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ void RemoteVstPlugin::init( const std::string & _plugin_file )
635635
}
636636

637637
updateInOutCount();
638+
updateBufferSize();
638639

639640
// some plugins have to set samplerate during init
640641
if( m_vstSyncData->hasSHM )

0 commit comments

Comments
 (0)