Control EQ
-
Hi! Does anyone know how to control multiple EQ points using scripting? In this script, I'm currently only able to control point 0.
Thank you
Remiconst var EQ = Synth.getEffect("main_eq"); inline function main_eq_control (component, value) { EQ.setAttribute(EQ.Gain, value); }
-
-
-
@Lumi283 You should definitely be using local look and feel ;)
This thread will probably help with your EQ question - https://forum.hise.audio/topic/530/gui-for-the-parametric-eq/19
-
@d-healey Yes i now use local laf :). Ok thank you i had not found this topic on the forum.