Event Handling #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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'll consider this done now, it's been merged into
rootfor v0.4.