mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 13:00:02 +02:00
Implement the CLAP log extension
This commit is contained in:
@@ -45,7 +45,7 @@ struct Log {
|
||||
void serialize(S& s) {
|
||||
s.value8b(owner_instance_id);
|
||||
s.value4b(severity);
|
||||
s.text(msg, 1 << 16);
|
||||
s.text1b(msg, 1 << 16);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user