sydlawrence / node-midi-launchpad

A simple node module for the Novation Launchpad
MIT License
54 stars 16 forks source link

Fix scrollBytes when used with multiple devices #9

Open crstffr opened 7 years ago

crstffr commented 7 years ago

This fixes a bug in the scrollBytes method. The interval variable used was not locally declared, so when multiple pads are in use and simultaneously scrolling text - the first to complete stops all messages.