Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

midi rx crashes the editor and grid module #78

Open
tyhts0829 opened this issue Jan 27, 2024 · 0 comments
Open

midi rx crashes the editor and grid module #78

tyhts0829 opened this issue Jan 27, 2024 · 0 comments

Comments

@tyhts0829
Copy link

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

@SukuWc SukuWc transferred this issue from intechstudio/grid-editor Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant