After puchasing a PBF4 in summer last year I also got a VSN1 to improve my keyboard rig.
After Christmas I found some time, updated the PBF4 and Grid to the latest versions and reviewed my first project on the PBF4.
I did a configuration where I splitted the controls (buttons, fader, knowsâŚ) and LED feedback. I.e. whenever a control element changes on the PBF4 a CC message is sent out by MIDI,. My host (Gig Performer) sends back this CC and the LEDs reflects the state.
This has the advantage, that I can keep GP and the PBF4 in perfect sync when changing rackspaces/variations in GP.
Everything works as expected, I was able to get rid of all intermediate errors after updating and learned a lot about grid, the docs and how the various pieces work together
Then I started to work with the VSN1. Iâm able to draw my own stuff on the LCD. Send & receive MIDI as on the PBF4
However, I was not able to control the LEDs as on the PBF4
The LEDs donât react at all, when changing from âSimple Colorâ to âColorâ in the action block. Even not in static mode, to setup the âidleâ colour. Even in Grid editor they donât change like the simple color ones?!
Oh, I see the problem now.
Yes, the LED number is not adressing the correct LED. This is why the changes have no effect.
You can remedy this by changing the code for the LED Number to: led_address_get(self:element_index(), 0).
This issue is caused by the transition from led_value() to self:led_value() and changing the LED addresses of some LEDs (on the TEK2 and the VSN1) in FW patch 1.4.0.
In the past the LED address was equal to the Element Index in the cases of buttons on the TEK2, but not anymore. But the Intensity and Color blocks still include the old legacy functions.