mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 13:40:05 +02:00
Implement IComponent::setState()
This commit is contained in:
@@ -441,7 +441,7 @@ class HostCallbackDataConverter : DefaultDataConverter {
|
||||
switch (opcode) {
|
||||
case audioMasterGetTime:
|
||||
// Write the returned `VstTimeInfo` struct into a field and
|
||||
// make the function return a poitner to it in the function
|
||||
// make the function return a pointer to it in the function
|
||||
// below. Depending on whether the host supported the
|
||||
// requested time information this operations returns either
|
||||
// a null pointer or a pointer to a `VstTimeInfo` object.
|
||||
|
||||
Reference in New Issue
Block a user