novation-launchpadmk2

1.0.5 • Public • Published

Novation Launchpad MK2

This is a module to use in Node.js. As of right now it is not available for Browsers.

Installation

Install by using: npm install novation-launchpadmk2

Documentation

Documentation is available at https://theboys619.github.io/novation-launchpadmk2/

Example Use

const nl = require('novation-launchpadmk2');
const launchpad = new nl.Launchpad("Launchpad MK2", true); // Pass a second argument (true or false) to disable/enable sysex.

launchpad.getDevice();
launchpad.on('DeviceReady', function() {
  console.log("Device is Ready!");
});

Package Sidebar

Install

npm i novation-launchpadmk2

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

12.1 kB

Total Files

5

Last publish

Collaborators

  • theboys619