I’m developing audio plugins. In DaVinci Resolve v19.0+ I have a problem that VST3 plugin hangs after a few calls to beginGesture/endGesture sequence. It hangs inside endGesture, inside a call to a host. setValueAsCompleteGesture obviously hangs as well as it is a wrapper around beginGesture/endGesture.
It is the same problem in Windows and in macOS.
I wonder if anybody faces this issue as well.
I’d like to outline I didn’t have any problems until the v19.0 was released. And the plugins work correctly in all other hosts (VST3, AU, AAX).
Are there other approaches to manage parameters instead of using ParameterAttachment?
–
Thanks,
Roman
