Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
plugins/vst_base/RemoteVstPlugin.cpp
|
@@ -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" ); |
|
|