You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pushing random 64-bit structs through VST3 outputParameterChanges IParamValueQueue::addPoint by type-punning to double
For some hidden/readonly parameters that represent modulation state
Breaks down when bit pattern is NaN or denormal somewhere between reaper 7.16 and 7.27
Might be expected since values move from processor into controller by setParamNormalized?
Probably better to move to IConnectionPoint/IMessage?
Only breaks realtime graph visualization on new reaper versions for vst3, clap is ok, plug is still usable, no rush.
Also only problem on win, not mac.
The text was updated successfully, but these errors were encountered:
Probably better to move to IConnectionPoint/IMessage?
Only breaks realtime graph visualization on new reaper versions for vst3, clap is ok, plug is still usable, no rush.
Also only problem on win, not mac.
The text was updated successfully, but these errors were encountered: