intechstudio / grid-fw

GNU General Public License v3.0
24 stars 7 forks source link

midi rx crashes the editor and grid module #78

Open tyhts0829 opened 9 months ago

tyhts0829 commented 9 months ago

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