mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 04:19:59 +02:00
Implement CLAP plugin initialization
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user