Discussed in #257
Originally posted by jdlee May 2, 2022
I'm also having trouble getting this event to fire using the below code:
WebMidi.addListener("connected", e => {
console.log(e.port.name);
});
I was assuming that simply plugging in my midi controller and turning it on would get it to trigger, but maybe i misunderstand?
Discussed in #257
Originally posted by jdlee May 2, 2022
I'm also having trouble getting this event to fire using the below code:
I was assuming that simply plugging in my midi controller and turning it on would get it to trigger, but maybe i misunderstand?