Newbie to Max question

alice44's icon

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!

alice44's icon

Also, in addition to that question, I want to know how to repeat one specific note repeatedly on my ksilder in addition to using the counter object to play the notes in a range. I've uploaded the patch.. Any help is greatly appreciated!

4520.learningpatch.maxpat
Max Patch
Gregory Taylor's icon

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.

Chris Muir's icon

A [* 2] on the output of the counter will get you counting by twos.
(and I agree about studying the tutorials, fwiw)