mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
d5374e4540
- Now allows direct deserialization into existing objects. This will be necessary for our VST3 implementations since the interface instances we'll deserialize into will not be trivially constructable because they have to be able to do callbacks. - `ControlResponse` and `CallbackResponse` were dropped. These response enums are not necessary because of the `T::Response` associated type and returning the types directly makes the direct deserialization possible.