Fix lack of sound in iZotope plugins (#4095)

This commit is contained in:
DomClark
2018-01-07 21:24:24 +00:00
committed by Hyunjin Song
parent d0b3be7f00
commit e2c71e3369

View File

@@ -1499,7 +1499,7 @@ intptr_t RemoteVstPlugin::hostCallback( AEffect * _effect, int32_t _opcode,
// value is 0 for input and != 0 otherwise. note: the
// return value is 0 for <true> such that older versions
// will always return true.
return 1;
return 0;
case audioMasterGetTime:
SHOW_CALLBACK( "amc: audioMasterGetTime\n" );