Robbert van der Helm
|
f782aa4787
|
Implement the clap_{input,output}_events_t vtables
Now we can use `EventList` to pass events between the host and the
plugin.
|
2022-10-01 16:57:06 +02:00 |
|
Robbert van der Helm
|
ede80eab66
|
Add a CLAP EventList serialization wrapper
This can read events from the host and write back events to the host.
|
2022-10-01 16:57:06 +02:00 |
|
Robbert van der Helm
|
7e5bc6b07b
|
Add a way to retrieve clap_event_header_t*s
This sets the correct pointer in the SysEx events just before returning
them.
|
2022-10-01 16:57:06 +02:00 |
|
Robbert van der Helm
|
72e2a9c9f7
|
Store the entire clap_event_*_t structs
This removes both time and computational overhead. Otherwise we'd have
to create a second event list in the proper format to avoid lifetime
issues.
|
2022-10-01 16:57:06 +02:00 |
|
Robbert van der Helm
|
866b7660de
|
Add a function to parse a CLAP event
|
2022-10-01 02:00:05 +02:00 |
|
Robbert van der Helm
|
5c714a87d2
|
Add serialization structs for CLAP events
|
2022-10-01 01:34:34 +02:00 |
|