Hi all,
I am new to pure data and would like to have a simple functionality where I store a value between 0 and 1. When I press a button, I would like to set the value to 0 (with a message bang) and then have the value interpolate back to the last stored value (with a line function)/
So, for example, if a slider is at 0.7 I would like a button which sets this to 0 and then rises up to 0.7 again.
Any help appreciated, sorry for the noob question