counter object

m.piet's icon

Hi,

I'm using counter object in my patch on the way shown in attached screenshot. Basically is to read data from itable.
I'm trying to use number box to set/being able to change minimum and maximum value. As long as it is working with maximum value, it causing some problems to set it to change the minimum. The value is changing once, but when counter is receiving another bang message its causing to count again from 0, not from minimum provided before.
Any advices how to solve it.

189.b1.detail.jpg
jpg
Bas van der Graaff's icon

I don't know how you're setting the minimum on your counter from the image you provided. Afaik, the only ways to set the minimum for a counter is a "min $1" or a "setmin $1" message to the left inlet, as shown in the help file. And those work as intended, you should be using the latter.

m.piet's icon

Hi,

I was trying wrongly to set it through the number box attached to the middleright inlet; the way you adviced its working perfectly now.

Thx

marcin