math functions: multiplication HELP!
greetings,
Im trying to create a patch using the counter object...but I want to multiply the integers it spits out by 12...any one have any ideas how to do this? what kind of an object do i want to create?
Have you tried the * object?
[* 12 ]
you may or may not also want a [+ 1] before that [* 12] to make the counter begin at 1 rather than 0.