I feel silly asking this but I need to use a button for activating a maths function for the duration that it is pressed and when it is released then set the values to 0 .
I have tried various different ways of trying to use the mouse down & up click already but the main problems are;
1 - [button] only responds/sends out a bang when pressed
2 - [button] does not send an integer
3 - [toggle] needs to be pressed twice to output a value of 0.
I've included a simple patch and my aim is to have the corresponding value in one of the [flonum] boxes, but only whilst the button is pressed.