Implement CLAP plugin initialization

This commit is contained in:
Robbert van der Helm
2022-09-10 16:20:19 +02:00
parent bc2bad3e94
commit 6865cbd937
10 changed files with 133 additions and 19 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ struct Init {
template <typename S>
void serialize(S& s) {
s.value8b(instance_id);
s.boject(supported_host_extensions);
s.object(supported_host_extensions);
}
};