Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modulation visualization not working after reaper upgrade #15

Open
sjoerdvankreel opened this issue Nov 10, 2024 · 0 comments
Open

Modulation visualization not working after reaper upgrade #15

sjoerdvankreel opened this issue Nov 10, 2024 · 0 comments

Comments

@sjoerdvankreel
Copy link
Owner

sjoerdvankreel commented Nov 10, 2024

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant