If your question were simple: how do I automate the slider? The answer would be to look at the [line] object. The line interpolates from the current value to the target value for a given point in time. 
(Note: When managing signals, we use [line ~] instead.)
However, your goal is to simulate the waves of the sea shore. There are two problems in the aforementioned slider automation: 1.) we work in the control data transfer rate, and not in the data transfer speed, and 2.) we would like to make the jump easier and easier. The oscillator will solve both problems at the same time. 
(Note: here, for simplicity, it is indicated that the amplitude control should not be linear due to the perception of a volume not equal to the increase in power.)
Since we donβt want to change only the amplitude, but the timbre (the cutoff frequency of the passbands), we want to use the sinusoidal function, we can start the counter to achieve the desired animation of the output range, and from. Note. The slider only acts as a visualization of this patch. 
Max n source share