Skip to content

Commit 5ccd222

Browse files
committed
Fix lack of sound in iZotope plugins (#4095)
1 parent 470e3da commit 5ccd222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/vst_base/RemoteVstPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ intptr_t RemoteVstPlugin::hostCallback( AEffect * _effect, int32_t _opcode,
14991499
// value is 0 for input and != 0 otherwise. note: the
15001500
// return value is 0 for <true> such that older versions
15011501
// will always return true.
1502-
return 1;
1502+
return 0;
15031503

15041504
case audioMasterGetTime:
15051505
SHOW_CALLBACK( "amc: audioMasterGetTime\n" );

0 commit comments

Comments
 (0)