Hey! First time poster. Apologies if this has been asking before, I did look!
I'm making a Kontakt instrument with a few different FX dry/web knobs such as reverb, phaser etc. I have the knob mapped to $ENGINE_PAR_SEND_EFFECT_OUTPUT_GAIN and $ENGINE_PAR_SEND_EFFECT_DRY_LEVEL on the FX, reducing and increasing the appropriate dry or wet volume as needed. However I've noticed the volume seems quite inconsistent. While it sounds fine at 100% dry or 100% wet, I'm finding at 50% of both, it generally sounds quieter, almost as if the volume curve is exponential for each with the movement of the knob... if that makes sense?
on ui_control($Verb)
set_engine_par($ENGINE_PAR_SEND_EFFECT_OUTPUT_GAIN, $Verb, -1, 0, 1)
set_engine_par($ENGINE_PAR_SEND_EFFECT_DRY_LEVEL, 500000 - $Verb, -1, 0,
Help much appreciated, sorry if this is a known issue, I am a noob