mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-10 14:22:16 +02:00
Implement IComponent::getState()
With this the basic IComponent interface is fully implemented. Next will be `IAudioProcessor` and `IConnectionPoint` as additions to IComponent. We'll use the same `known_iids` mechanism as used in the plugin factory.
This commit is contained in:
@@ -140,7 +140,7 @@ class VectorStream : public Steinberg::IBStream,
|
||||
* Write the vector buffer back to an IBStream. After writing the seek
|
||||
* position will be left at the end of the stream.
|
||||
*/
|
||||
tresult write_back(Steinberg::IBStream* stream);
|
||||
tresult write_back(Steinberg::IBStream* stream) const;
|
||||
|
||||
/**
|
||||
* Return the buffer's, used in the logging messages.
|
||||
|
||||
Reference in New Issue
Block a user