-
expression: audio to control CC radial fast blur
Hello,
Any tips for an expression that will enable the CC radial fast blur effect to be controlled by audio amplitude (both sliders)?I’ve tried modifying this to make an adjustable expression but no luck:
minAudio =2;
maxAudio = 25;
minStretch = 90;//minimum in percent of scale
maxStretch = 200;//maximum in percent of scaleaudioLev = thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”);
s = linear(audioLev, minAudio, maxAudio, minStretch, maxStretch);
[s,s]
any help would be much appreciated!