From c95e8aa63c97c90d2e7b1e9989bab9f23fe1e40c Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 26 Oct 2020 18:00:24 +0100 Subject: [PATCH] Add a TODO for removing hack_reaper_update_display --- src/common/configuration.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/configuration.h b/src/common/configuration.h index 68d9e357..01dc91a8 100644 --- a/src/common/configuration.h +++ b/src/common/configuration.h @@ -92,6 +92,8 @@ class Configuration { * will automatically return 0 without being sent to the host. This is a * HACK to work around implementations issues in REAPER and Renoise, see #29 * and #32. + * + * TODO: Remove for yabridge 1.8.0 */ bool hack_reaper_update_display = false;