mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Get rid of old todos
This commit is contained in:
@@ -226,8 +226,6 @@ class HostCallbackDataConverter : DefaultDataConverter {
|
||||
case audioMasterGetTime:
|
||||
// Write the returned `VstTimeInfo` struct into a field and make
|
||||
// the function return a poitner to it in the function below
|
||||
// TODO: Start a time to update this on the host bridge once
|
||||
// it's been requested. Not sure if this is needed though!
|
||||
time = *static_cast<const VstTimeInfo*>(
|
||||
static_cast<const void*>(response.data->data()));
|
||||
break;
|
||||
|
||||
@@ -64,8 +64,6 @@ class PluginBridge {
|
||||
/**
|
||||
* With the `audioMasterGetTime` host callback the plugin expects the return
|
||||
* value from the calblack to be a pointer to a VstTimeInfo struct.
|
||||
*
|
||||
* TODO: Should this be updated automatically?
|
||||
*/
|
||||
VstTimeInfo time_info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user