pierreguillot / Camomile

An audio plugin with Pure Data embedded that allows to load and to control patches
GNU General Public License v3.0
892 stars 62 forks source link

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

Closed jonechkon closed 5 months ago

jonechkon commented 5 months ago

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: https://github.com/pierreguillot/Camomile/issues/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 commented 5 months ago