A node module for interacting with the Launchpad Pro.
If you're looking for a module to interact with the original Launchpad or Launchpad S, check here.
The entire module has been rewritten to be more modern and use ES6 features.
Here's an example to get you started:
import Launchpad from "launchpad-mk2"
let myLaunchpad = new Launchpad({
in: 1,
out: 1
})
myLaunchpad.lightAll(3)