Problem with turning plugin on and off.
-
I'm experiencing this issue, where when I turn my plugin from off to on while audio is playing, it cranks the volume super high for a little less than a second, it makes it a little unpleasant to use it. Is there anything I could do to fix this? Or any way I could hardcode a fix?
-
@xander this is in the compiled plugin right?? If so, which daw is giving the issue and have you tried in other daws?
-
@mmprod yes, it is happening in the compiled vst. Has same issue in every daw.
-
@Xander Are you using the Scriptnode? If yes, you should probably set the "ResetValue" to -100 on a gain node. This will mute the volume to prevent volume increases on preset changes.
-
@orange Could you elaborate on this?
Do you mean when a presets is loaded, it automatically (and instantly) sets the level to -100, and then rises it up to whatever the Gain is set to following the Smoothing time?