Populating EN16 from external midi

Hi
Is it possible to populate an EN16 from an external midi dump, ie set cc target, value, channel, led colour for all 16 encoders all at the same time?
Using Plogue Bidule on Windows 10, single EN16

Yes, through system events midi rx event.

You will need a lookup action block, to assign the incoming CC values to the physical element index (from 0-15) on Grid.
This should give you an idea: More about: Receiving MIDI | Intech Studio Documentation

if i~=nil then
  element[i]:encoder_value(param2)
end

Let me know if you have any questions related to these. I can further help you creating a profile as starting point. We are aware that midi rx is hard to be configured, working on that!

Thanks!
Much appreciated

1 Like