Page 1 of 1
Posted: 12 Jun 2006, 19:25
by laserbeak43
hi i want to use my drum pads to trigger certain areas in a sample. in the sampler. for instance, pressing note 60 on the pad will trigger position 0% and using 8 of the pads, have it increment up to 100% in increments of 12.5% how would i do this?
Posted: 12 Jun 2006, 21:24
by senso
all you need is a "data/selector" module/
Transform your note on 60-68 into a range 1-9 with a math/sub (substract 59 to the input note on)
In the selector, put in the first data line 0, 12.5 in the second, and so on.
Connect the math/sub out to the "select" in of your selector.
Connect the selector out to the "pos" in of the sampler.
that's all.
Posted: 13 Jun 2006, 02:27
by laserbeak43
senso wrote:all you need is a "data/selector" module/
Transform your note on 60-68 into a range 1-9 with a math/sub (substract 59 to the input note on)
In the selector, put in the first data line 0, 12.5 in the second, and so on.
Connect the math/sub out to the "select" in of your selector.
Connect the selector out to the "pos" in of the sampler.
that's all.
i love usine!!!