Increase a value every time a midi key is pressed in Ableton

This might be a dumb question but i just cant figure it out.

I want a value increase (probably a counter?) every time i press a key on my midi keyboard. I have tdAbleton set up with a nice chop showing the pressure values for all the keys. How do i get just the note-on event only once after its triggered? Any hints would be helpfull.

thanks in advance

if you just want to increment the values, look at a select chop to grab the midi note/cc you want, followed a limit CHOP, and then by a count chop. you can loop or limit the number it increases to, every time it gets a value above 0 velocity, the logic will return one, and the count will add that to its value

Thank your for your time. I want all the midi channels to increase that counter , is that possible?

Never mind, i figured it out. Thank you very much.