VSN1 Knob LED Update changes? | Intech Studio
💬 general Grid

VSN1 Knob LED Update changes?

Function Store - Dan
Function Store - Dan · · 2 replies

Heyo, I've noticed some changes when it comes to VSN1 knob LED update (apart from the midi rx function signature changing in latest updates):

I used to be able to set the element[8]:led_value( 2, ...) to light up the arc gradually led-by-led, with nice intensity following. Currently when I do that it changes ALL knob LED's simulatneously with the intensity.

Is it still possible to achieve this with other means, or is this perhaps a bug?

Replies (2)

Greg-Orca Greg-Orca ·

I’m not sure if this has changed, but you can use this code to set the endless LEDs

  print(val)
  for i = 0, 4, 1 do
    local intensity, lednum = segment_calculate(i, val, 0, 127), i
    led_value(lednum, 2, intensity)
  end
end```
Greg-Orca Greg-Orca ·

okay it's broken we will fix it in the next FW

Discord

View on Discord

This post is from the Intech Studio Discord community.

Open thread →