Don't call setParameter from audioMasterAutomate (#4279)

This commit is contained in:
Dominic Clark
2018-04-03 19:08:53 +01:00
committed by GitHub
parent b77027d6fb
commit d30a22487e

View File

@@ -1450,7 +1450,6 @@ intptr_t RemoteVstPlugin::hostCallback( AEffect * _effect, int32_t _opcode,
case audioMasterAutomate:
SHOW_CALLBACK( "amc: audioMasterAutomate\n" );
// index, value, returns 0
_effect->setParameter( _effect, _index, _opt );
return 0;
case audioMasterVersion: