VST flags are messed up

VST flags are messed up, causing incorrect flags to be sent to plugin. vstTimingInfoFlagTransportChanged is always being sent even when it hasn’t changed.

If you look here, 2056 is a bad value to use for a bit flag. It really should be 2048.

Thanks for reporting this. A fix for this will appear shortly.

1 Like

Does this also affect plugins or just hosts?

In this case it would be easier to tell if the plugin hosting was a separate juce module than audio_processors…

It affects both in this case.