TypeError: Cannot read properties of undefined (reading 'channels') #180
Unanswered
theslyprofessor
asked this question in
Q&A
Replies: 1 comment
-
The first thing you need to do is call Having said that, if you are starting out with WebMidi.js, you are probably better off looking at the dev branch. Version 3 will soon go to beta and has significant changes compared to version 2. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Upon trying to complete one of the very first examples, I fail.
This is the code:
It can't recognize the channels despite there being seventeen of them available to me. Notably, it outputs to channel 1 just fine. Here are my input channels:
channels: Array(17)
Am I missing something with regards to async/await? I am having a lot of trouble.
Beta Was this translation helpful? Give feedback.
All reactions