Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

rain-sk/launchpad-mk2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published