mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Fix a small typo
This commit is contained in:
@@ -78,7 +78,7 @@ class Vst2Bridge : public HostBridge {
|
|||||||
/**
|
/**
|
||||||
* With the `audioMasterGetTime` host callback the plugin expects the return
|
* With the `audioMasterGetTime` host callback the plugin expects the return
|
||||||
* value from the calblack to be a pointer to a VstTimeInfo struct. If the
|
* value from the calblack to be a pointer to a VstTimeInfo struct. If the
|
||||||
* host did not support a certain time info query, than we'll store the
|
* host did not support a certain time info query, then we'll store the
|
||||||
* returned null pointer as a nullopt.
|
* returned null pointer as a nullopt.
|
||||||
*/
|
*/
|
||||||
std::optional<VstTimeInfo> time_info;
|
std::optional<VstTimeInfo> time_info;
|
||||||
|
|||||||
Reference in New Issue
Block a user