Hi everyone,
I'm new to Pure Data and I'm making some beginner level exercises to learn the basics elements of this language.
I would like to make a simple sequencer where the four bangs blink one after another, from left to right every 1000 ms.
When the outlet which corresponds to the fourth parameter of the select box is reached, it should activate the message box and sending the number 0 to the float box, in order to resetting the latter.
The problem is that the message box doesn't send the 0 to the float box (unless I manually click on the message box) and the float box continues to be incremented, as shown by the number box wired to the outlet of the float box.
Here is the patch: sequencer.pd
Have you an explaination for this kind of behavior?