Add a todo for also caching the process level

This commit is contained in:
Robbert van der Helm
2021-04-29 00:42:44 +02:00
parent b8f8dd7236
commit 2a9840828f
+2
View File
@@ -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<VstTimeInfo> current_time_info;