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
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!