mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 20:40:03 +02:00
Move VectorStream to a new YaBStream
We'll have to extend this with `IStreamAttributes` for VST 3.6.0 preset meta data.
This commit is contained in:
@@ -214,7 +214,7 @@ class Vst3PluginProxy : public YaAudioPresentationLatency,
|
||||
|
||||
native_size_t instance_id;
|
||||
|
||||
VectorStream state;
|
||||
YaBStream state;
|
||||
|
||||
template <typename S>
|
||||
void serialize(S& s) {
|
||||
@@ -229,7 +229,7 @@ class Vst3PluginProxy : public YaAudioPresentationLatency,
|
||||
*/
|
||||
struct GetStateResponse {
|
||||
UniversalTResult result;
|
||||
VectorStream updated_state;
|
||||
YaBStream updated_state;
|
||||
|
||||
template <typename S>
|
||||
void serialize(S& s) {
|
||||
|
||||
Reference in New Issue
Block a user