Is there an object in Pd that will reset all floats to zero? Is there any simple way to do this?
Reset floats to 0
Is there an object in Pd that will reset all floats to zero? Is there any simple way to do this?
have a look at the [value] object
that's an interesting object - I don't think it will work in this case. What I'm looking for would be the equivalent of sending a message of 0 to each of the floats in a patch.
[0 (
|
and then at every float:
[r $0-zero]
|
[f ]
thanks
Oops! Looks like something went wrong!