2.0.3 • Published 7 years ago

launchpad-mk2 v2.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

launchpad-mk2

Documentation

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.

VERSION 2.0.0 HAS MAJOR BREAKING CHANGES

The entire module has been rewritten to be more modern and use ES6 features.

Getting Started

Here's an example to get you started:

import Launchpad from "launchpad-mk2"

let myLaunchpad = new Launchpad({
  in: 1,
  out: 1
})

myLaunchpad.lightAll(3)
2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago