I have an array that i would like to use several times throughout the patch, and was wondering what would be the most elegant way to reset the data to 0?
Gracias mis amigos.
How do you clear an Array in pure data?
I have an array that i would like to use several times throughout the patch, and was wondering what would be the most elegant way to reset the data to 0?
Gracias mis amigos.
Message object "; array const 0"
When you don't need the array anymore you could consider sending 1 to an [array size] object. I use that for temporary arrays, since I don't think you are really supposed to read from an array you are actively writing to. That deallocates the memory though, so probably not what you need.
Oops! Looks like something went wrong!