mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Add a todo for also caching the process level
This commit is contained in:
@@ -559,6 +559,8 @@ struct AudioBuffers {
|
|||||||
* We'll send the current transport information as part of an audio
|
* 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
|
* processing call. This lets us a void an unnecessary callback (or in some
|
||||||
* cases, more than one) during every processing cycle.
|
* cases, more than one) during every processing cycle.
|
||||||
|
*
|
||||||
|
* TODO: Do the same thing for the current process level
|
||||||
*/
|
*/
|
||||||
std::optional<VstTimeInfo> current_time_info;
|
std::optional<VstTimeInfo> current_time_info;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user