mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 04:19:59 +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:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "../../common.h"
|
||||
#include "../base.h"
|
||||
#include "../bstream.h"
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
|
||||
@@ -75,7 +76,7 @@ class YaXmlRepresentationController
|
||||
*/
|
||||
struct GetXmlRepresentationStreamResponse {
|
||||
UniversalTResult result;
|
||||
VectorStream stream;
|
||||
YaBStream stream;
|
||||
|
||||
template <typename S>
|
||||
void serialize(S& s) {
|
||||
|
||||
Reference in New Issue
Block a user