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;