mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 05:33:07 +02:00
Pass throug the VstEvents struct
This commit is contained in:
@@ -135,6 +135,7 @@ struct Event {
|
||||
// hence the assertion. If multiple events can be
|
||||
// passed at once then `VstEvents` should be
|
||||
// modified.
|
||||
// TODO: This is definitely not the case, somehow fix this
|
||||
assert(events.numEvents <= 1);
|
||||
s.container(
|
||||
events.events, [](S& s, VstEvent*(&event_ptr)) {
|
||||
|
||||
Reference in New Issue
Block a user