You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
SukuWc
transferred this issue from intechstudio/grid-editor
Feb 5, 2024
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
The text was updated successfully, but these errors were encountered: