Page 1 of 1

how to define an array/vector?

Posted: 05 Feb 2012 01:12
by doublebee
i'm trying to make a simple switch for a step sequencer to change the tempo from half speed, to double time, ect...

is it possible to assign individual values to to each item in a switch/pad array? to say make a radio switch with output values of {0.5, 1, 2} for example.

so i can then make the tempo = bpm*switch.x ? dose that make sense?

it seems like a fairly simple thing to do but i'm having trouble setting it up. if there is an easier way to do this too, i'm all ears

thanks!