I've created an array:
((1 bpm: !BPM) countTriggersMod: 3) of: #(!Fader1 !Fader2 !Fader3)
I try to add smooth: 3 s to the end and am getting an error.
I did notice there's a script in the expressions library called Interpolate or morph between EventExpressions in an Array, but I'm having trouble seeing how it would work in this context.
Any help would be appreciated. Thanks!