lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
693 stars 60 forks source link

MIDI no longer works on Node.js #242

Closed colinbdclark closed 5 years ago

colinbdclark commented 5 years ago

When Flocking's core MIDI support was refactored to match the latest version of the Web MIDI API, its support on Node.js was broken. This is a regression that occurred in flock.midi.collectPorts(), which will probably need to be replaced by a custom implementation for Node.js.

colinbdclark commented 5 years ago

Fixed with #243.