mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 04:50:43 +02:00
Pass through host provided IBStream objects
So if the host supports IStreamAttributes, we can also provide objects that support the same itnerface to the plugin.
This commit is contained in:
@@ -39,6 +39,11 @@ class YaBStream : public Steinberg::IBStream,
|
||||
public Steinberg::ISizeableStream,
|
||||
public Steinberg::Vst::IStreamAttributes {
|
||||
public:
|
||||
/**
|
||||
* This constructor should only be used by bitsery for serialization. The
|
||||
* other constructor will check whether the `IBstream*` provided by the host
|
||||
* supports stream attributes and configures the object accordingly.
|
||||
*/
|
||||
YaBStream();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user