intechstudio/grid-fw

midi rx crashes the editor and grid module

Opened this issue · 0 comments

put below in system midi rx code block and then send one midi message to single grid module.
this crash grid module and these midi message will send only 4 to 6 midi_send messages.

for n = 0, 15 do
midi_send(0, 176, n + 1, element[n]:encoder_value())
midi_send(0, 176, n + 1 + 32, element[n]:encoder_value() % 128)
end