Julusian / node-midi

A node.js wrapper for RtMidi providing MIDI I/O
https://www.npmjs.com/package/@julusian/midi
MIT License
22 stars 7 forks source link

isPortOpen() stays false when Virtual MIDI port is opened #14

Closed MeestorX closed 6 months ago

MeestorX commented 6 months ago

Should isPortOpen() become true when a Virtual MIDI port is opened? I use that to help determine whether a port was opened or created successfully.

MeestorX commented 6 months ago

Looks like that's a limitation of the underlying native rtmidi module. NM!