Use LED as signal meter: control LED brightness with midi CC (midi rx) | Intech Studio
💬 general GridGeneral

Use LED as signal meter: control LED brightness with midi CC (midi rx)

erhalder
erhalder · · 5 replies

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.

Replies (5)

narayb narayb ·

Yeah, MIDI RX has been deprecated for a while now.

narayb narayb ·

There's an alternate way of working with RX now, it's using a small bit of code to achieve similar results.

narayb narayb ·

You could use the snippet called: Basic MIDIRX in the cloud to try it.

erhalder erhalder ·

thanks, it is now working with the self.midirx_cb command i i got the leds flashing now. thanks!

narayb narayb ·

Cool stuff!

Discord

View on Discord

This post is from the Intech Studio Discord community.

Open thread →