Newbie to Max question
Looking at the counter object, can anyone tell me how to change the number by which the counter counts by. For example, I want it to count between 30 and 40 but by 2s. Any help is greatly appreciated! Thank you!
Take a look at the accum object. A little quality time with the Max tutorials might also be a good idea for you at this point.
A [* 2] on the output of the counter will get you counting by twos.
(and I agree about studying the tutorials, fwiw)