math functions: multiplication HELP!

dedler's icon

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?

Tim Lloyd's icon

Have you tried the * object?

[* 12 ]

the_man361's icon

you may or may not also want a [+ 1] before that [* 12] to make the counter begin at 1 rather than 0.