How do I send these two MIDI message from Electra One?

How do I send these two MIDI message from Electra One? Is it possible with a control or must I use LUA code?

0xB0 status byte
Parameter 27
Value (7 bits data): 0000001

0xB0 status byte
Parameter 63
Value (3 bits data): 001

10-bits (binary): 0000001001

Parameter 63 is used to send extra detail (small steps) for certain controls.

  • Normally, MIDI controls send values from 0 to 127 (7 bits).
  • But sometimes that’s not precise enough.
  • So, Korg (Minilogue XD) uses parameter 63 to send 3 extra bits (values from 0 to 7).
  • When combined with the normal control value (like from parameter 27), you get a more detailed value — up to 1023 steps instead of just 127.

If it doesn’t work with a control, feel free to add it to the Ideas / Feature requests list.