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

param.get.multi usage - "Operation not permitted" Error in DAW - VST3 #322

Closed
jonechkon opened this issue Jan 14, 2024 · 1 comment
Closed

Comments

@jonechkon
Copy link

jonechkon commented Jan 14, 2024

Hello,
i've been trying to build a patch with a lot of parameters (252).
Tested it as vst3 on linux.
To keep CPU usage from rising until my DAW (renoise) crashes i tried to use the param.get.multi abstraction posted here: #121

Now i'm not exactly sure wether i used it right... i connected the outlet of param.get.multi instead of the single param.get's in the get.parameter subpatch via routing the individual values (all 0-1).

However when trying to open the vst in renoise it crashes with the error:
renoise: : Operation not permitted

Any idea what could be the problem?

Also thanks a lot for your work!

@jonechkon jonechkon changed the title param.get.multi usage - "Operation not permitted" Error in DAW param.get.multi usage - "Operation not permitted" Error in DAW - VST3 Jan 14, 2024
@jonechkon
Copy link
Author

  • Seems like setting the parameter array size fixed it.....
    (isn't it using the const -99999999999999 else?)
    Nevermind...

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