I'm using PD 0.46.2, and just using an array to make a basic sequencer.
I'm just having issues limiting the functionality of the array. I just want it to output 0, 1 or 2 on the x axis. In properties, I have my Y range set from 0 to 72 (for 72 steps), and I have my x range set from 0 to 2.
However, when I click with a mouse to set the point, I can drag them up higher than 2, and they report a number higher than 2. What am I doing wrong? I thought that would have limited the functionality.
Also, is it possible to limit the output to whole numbers, and not decimal numbers? Or do I have to scale the output into who numbers? In max/msp I'd use something like [scale], is there an equivalent?