Hi everybody, I'm new on puredata, and I wanted to know how to do this:
I've a value that most of the time is constant, the number is 1. I want that when it starts to decrease, from 1 to 0, a box with a number 1 at the beggining increase to 20 when the first number gets near to 0. How can I do that? Thanks a lot!
-
Increase number while another one decrease
-
you could use maxlib/scale - I had to put in a -1 function so it would go to 0
probably better options out there but it kinda works
-
you can also use a little math in vanilla
-
Thank you both!