mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Change the default return value for effClose
This commit is contained in:
@@ -291,8 +291,9 @@ intptr_t HostBridge::dispatch(AEffect* /*plugin*/,
|
|||||||
// state has already been saved before this and all resources are
|
// state has already been saved before this and all resources are
|
||||||
// cleaned up properly. Still not sure if this is a good way to
|
// cleaned up properly. Still not sure if this is a good way to
|
||||||
// handle this.
|
// handle this.
|
||||||
intptr_t return_value = 1;
|
intptr_t return_value = 0;
|
||||||
try {
|
try {
|
||||||
|
// TODO: Add some kind of timeout?
|
||||||
return_value =
|
return_value =
|
||||||
send_event(host_vst_dispatch, dispatch_mutex, converter,
|
send_event(host_vst_dispatch, dispatch_mutex, converter,
|
||||||
std::pair<Logger&, bool>(logger, true), opcode,
|
std::pair<Logger&, bool>(logger, true), opcode,
|
||||||
|
|||||||
Reference in New Issue
Block a user