Hey everyone! I got my LC-1 and I don't have experience with endless encoders. I will be using a fully custom mapping and building as I go. I tested the unit with the default mapping and everything looked good. I started with a blank config I got stumped on my first knob.
As far as the knob doing what I want, I'm good there. I'm using it to change the loop length - where I am stuck is addressing the rotary indicator. I see with the default config it can track a loop position and current value - but I don't see how this is done. I wanted to use the rotary indicator to show where I am as far as loop size on this knob.
Can anyone point me in the right direction or share your configs?
Thanks.
As far as the knob doing what I want, I'm good there. I'm using it to change the loop length - where I am stuck is addressing the rotary indicator. I see with the default config it can track a loop position and current value - but I don't see how this is done. I wanted to use the rotary indicator to show where I am as far as loop size on this knob.
Can anyone point me in the right direction or share your configs?
Thanks.
Inviato Wed 31 Jul 19 @ 1:52 pm
get_loop & param_equal 0.125 ? get_constant 6.6% : get_loop & param_equal 0.25 ? get_constant 13.2% : get_loop & param_equal 0.5 ? get_constant 19.8% :
etc
etc
Inviato Wed 31 Jul 19 @ 2:43 pm
Thanks, took a bit, but I got it tweaked how I wanted.
deck left get_loop & param_equal 0.0625 ? get_constant 15% :
get_loop & param_equal 0.125 ? get_constant 30% :
get_loop & param_equal 0.25 ? get_constant 33% :
get_loop & param_equal 0.5 ? get_constant 45% :
get_loop & param_equal 1 ? get_constant 50% :
get_loop & param_equal 2 ? get_constant 55% :
get_loop & param_equal 4 ? get_constant 66% :
get_loop & param_equal 8 ? get_constant 70% :
get_loop & param_equal 16 ? get_constant 85% :
get_loop & param_equal 32 ? get_constant 99% :
deck left get_loop & param_equal 0.0625 ? get_constant 15% :
get_loop & param_equal 0.125 ? get_constant 30% :
get_loop & param_equal 0.25 ? get_constant 33% :
get_loop & param_equal 0.5 ? get_constant 45% :
get_loop & param_equal 1 ? get_constant 50% :
get_loop & param_equal 2 ? get_constant 55% :
get_loop & param_equal 4 ? get_constant 66% :
get_loop & param_equal 8 ? get_constant 70% :
get_loop & param_equal 16 ? get_constant 85% :
get_loop & param_equal 32 ? get_constant 99% :
Inviato Tue 06 Aug 19 @ 10:12 pm
Good going :)
Inviato Tue 06 Aug 19 @ 10:21 pm
respect to loco
Inviato Thu 15 Aug 19 @ 2:32 am