From 2a9840828f0bc39e26f77546f1be53151f7b9ab8 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 29 Apr 2021 00:42:44 +0200 Subject: [PATCH] Add a todo for also caching the process level --- src/common/serialization/vst2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/serialization/vst2.h b/src/common/serialization/vst2.h index 786f8f50..becdc0c7 100644 --- a/src/common/serialization/vst2.h +++ b/src/common/serialization/vst2.h @@ -559,6 +559,8 @@ struct AudioBuffers { * We'll send the current transport information as part of an audio * processing call. This lets us a void an unnecessary callback (or in some * cases, more than one) during every processing cycle. + * + * TODO: Do the same thing for the current process level */ std::optional current_time_info;