launchpad-2
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

launchpad-2

Web MIDI library for interacting with the Novation Launchpad MK2.

npm i launchpad-2 -s

Example:

import { Launchpad } from 'launchpad-2';

const launchpad = new Launchpad();
launchpad.setColorForPad(11, {
	r: 255,
	g: 255,
	b: 255
});

Readme

Keywords

none

Package Sidebar

Install

npm i launchpad-2

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

78.1 kB

Total Files

10

Last publish

Collaborators

  • spencerudnick