Clarify the issue in REAPER

It's caused by mutual recursion which at the moment does not work with
yabridge's communication model.
This commit is contained in:
Robbert van der Helm
2020-08-21 16:43:49 +02:00
parent 1db10aa694
commit 6073d812a5
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -523,8 +523,8 @@ intptr_t Vst2Bridge::host_callback(AEffect* effect,
intptr_t value,
void* data,
float option) {
// HACK: Sadly this is needed to work around a timing issue with REAPER and
// Renoise. See #29 and #32.
// HACK: Sadly this is needed to work around a mutual recursion issue with
// REAPER and Renoise. See #29 and #32.
// TODO: We don't have access to the verbosity level here, but it would be
// nice to log that this is being skipped when `YABRIDGE_DEBUG_LEVEL
// >= 2`.