launchpad-app

0.5.0-alpha.3 • Public • Published

launchpad-app

A simple library for creating applications using the Novation Launchpad.

Installation

First, download and install the Launchpad drivers from the Novation website:

Then, use npm to install the dependencies and to add them to your package.json file:

npm install launchpad-app --save

Usage

Add the following at the top of your main javascript file:

var App = require('launchpad-app');

Create a Launchpad instance:

var launchpad = new App.Launchpad();

Call the launchpad-app constructor with your Launchpad instance and listeners:

App(launchpad, {
  start: function() { ... },
  key: function() { ... }
});

Package Sidebar

Install

npm i launchpad-app

Weekly Downloads

1

Version

0.5.0-alpha.3

License

MIT

Unpacked Size

4.66 kB

Total Files

7

Last publish

Collaborators

  • djdch