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

Hanging notes, missed commands (solved) #5

Open
Spartacus1066 opened this issue Aug 31, 2022 · 0 comments
Open

Hanging notes, missed commands (solved) #5

Spartacus1066 opened this issue Aug 31, 2022 · 0 comments

Comments

@Spartacus1066
Copy link

I have solved the issue, but I can't be the only one. Using this to accept USB MIDI from an EWI and sent to BLE (Nano 33 ioT will do since it has m0) RP2040 connect might be better.
Anyway the solution is to add a bit of Delay to the loop. Of course I want as little latency as possible
delayMicroseconds(250); is too little if only going USB --> UART
delayMicroseconds(500); has worked in testing and delay(1); before the last } of loop() is plenty to give it enough time.

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