-
So, in the browser with normal midi, you can do this: |
Beta Was this translation helpful? Give feedback.
Answered by
jazz-soft
Jun 19, 2021
Replies: 1 comment 2 replies
-
You can call |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ar065
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can call
port.wait(delay_ms).send([0x90, note_number, v])
or you can use JavaScript'ssetTimeout(...)
function.