I want to have a specific red colored ‘Loop set’ LED to light up when I set a loop with specific length. The red LED will turn off if loop is released but the green ‘loop selection’ led still active as it acts as well… loop selector.
Seems very simple, but I can’t figure this out for 2 days. I tried using anything on Loop’s midi out and modifier ‘Is in active loop : 1’ but still couldn’t get it working.
Anyone knows which command I need to look for to get this working?
Thanks.
I tried using the midi range and use this old thread as reference.
So I made 2 ‘Loop Size Selector’ for each red LED. For example, the red LED for 1/32 loop will have this mapping :
1st Loop Size Selector (Turn off the LED)
Modifier ‘Is in Active Loop’ = 0
Assignment = Deck A
Controller Range = Min 0, Max 0
Midi Range = Min 0, Max 0
2nd Loop Size Selector (Turn on the LED)
Modifier ‘Is in Active Loop’ = 1
Assignment = Deck A
Controller Range = Min 0, Max 0
Midi Range = Min 127, Max 127
It seems that it should work, but the LED that supposedly only turn on when 1/32 loop is set; will also turn on when other loop sizes are set.