I was using this code a fellow Audacity Forum user gave me. It created a wet/dry signal, which is pretty easy to manipulate. The effect put into motion i think is modulate and hzosc.
However, I am new at Nyquist, figuring it out on my own. I am wondering how (and if its possible) to change this so that instead the wet/dry signal can be applyed when adding white noise to audio, i.e. instead of the default 50% noise and 50% audio, i want to change it so the white noise is only at, say, 15%.
I figured out a slight modification but it seems I cannot truly manipulate the audio’s wet/dry signal i.e. no matter what percent i set it at it seems to not get quieter.
(setq wet 1) ; 1% wet
(setq wet (/ wet 0.01)) ; convert to a ratio
(setq dry (- 99.99 wet))