Replies: 3 comments 22 replies
-
Hosts should propagate these cookies in the parameter events since it's a useful optimization, but I also feel like the plugin should be able to handle missing cookies. It's still a pointer, and you should never assume a pointer is not null without checking. |
Beta Was this translation helpful? Give feedback.
5 replies
-
I don't think this is an issue if the comment in the header file is changed. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Here's a proposed rewrite of that comment
|
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I spent a large part of my Saturday debugging a crash in my host immediately after an automation event was sent to a plugin (TAL UNO LX). 100% reproducible. It turns out that the host MUST propagate the "cookie" field of all parameter automations or else certain plugins will crash or worse. The "cookie" field should be better documented and is currently documented as:
This value is not optional for a host.
Beta Was this translation helpful? Give feedback.
All reactions