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:
Robbert van der Helm
2021-01-10 15:11:19 +01:00
parent 8ac39a3bf6
commit 9b62386099
13 changed files with 291 additions and 244 deletions
+2 -2
View File
@@ -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) {