Event Handling #3

Closed
opened 2025-08-05 08:01:13 +02:00 by Xaymar · 2 comments
Xaymar commented 2025-08-05 08:01:13 +02:00 (Migrated from github.com)

VST has some sort of event system that is separate from the event system via the control and callback functions. Apparently this is used for some important events that some plug-ins and hosts expect, but I have no idea how it works yet.

VST has some sort of event system that is separate from the event system via the control and callback functions. Apparently this is used for some important events that some plug-ins and hosts expect, but I have no idea how it works yet.
Xaymar commented 2025-08-17 03:08:57 +02:00 (Migrated from github.com)

I think this is pretty much solved? I have no idea what the parameter automation ones could even be as the structure is pretty much undefined past the first few elements. I'm guessing that almost every host has its own structure there, or they call process really quickly with small block sizes.

I think this is pretty much solved? I have no idea what the parameter automation ones could even be as the structure is pretty much undefined past the first few elements. I'm guessing that almost every host has its own structure there, or they call process really quickly with small block sizes.
Xaymar commented 2025-08-18 02:02:18 +02:00 (Migrated from github.com)

I'll consider this done now, it's been merged into root for v0.4.

I'll consider this done now, it's been merged into `root` for v0.4.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: xaymar/VST2SDK#3