it’s me again! Since helped me solving a problem, I have another one.
My setup is a keyboard and some RGBLEDs. If I now press C3 I’d like the corresponding RGBLED to light up. Of course I could do this by entering tons of receivers and senders but I’m looking for a smarter solution.
I tried several things. The most promising was, that I’m able to convert the pressed key into another command f.e. if I press C3, NG outputs CC60, if I press B2, it outputs CC59, and so on.
What I’m looking for is kind of this (which is not working at the moment but it makes it more clear):
By default it forward the receiver velocity value (or note n° value in your case) or a fixed value if you add it to the definition (then it act more like a trigger)
First define the rgbled ID
with fwd_id:rgbled: ID (if you have event_rgbled id= ID…)
check in debug mode that the rgbled event receive the value 0 to 127 (according to note n°)
now I have a doubt, look like you have more than one rgbled, I have to think more…
Sure! This might work (didn’t check yet). But I thought that there might be a much simpler way which says: take the note # and activate the RGBLED with the same ID. But it looks like, that’s not possible…
And in the end you are right: I need to define every RGBLED anyway… hm… alright!
I’ll come up with another task these days… but I need to think about it first a bit more