I would like the LED brightnes reacting to the peak level on a audio track in ableton. I'm using BlueCat DPMeter to generate midi CC values and send them to grid. I see the events in the midi monitor in grid editor. (CH16, CC, Ctrl. 0, (vu values 0-127).
now how can i change the led brightness of an element with this information?
i tried the following code in the system Midi rx page, but it doesen't work.
led_value(4, 1, param2)
the led numer and layer are correct, when i set param2 to 0 or 255 the led changes brighness accordingly.