launchpad-mini-browser
Version:
This is a browser port from https://www.npmjs.com/package/launchpad-mini Usage is the same, but no disconnect function. ``` const pad = new Launchpad(); await pad.connect(); ``` You may have to allow the webpage to access midi-devices.
17 lines (16 loc) • 402 B
JSON
{
"name": "launchpad-mini-browser",
"author": "tycho.holzer+npm@gmail.com",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["launchpad", "midi", "browser"],
"license": "MIT",
"repository": {
"type" : "git",
"url" : "https://github.com/TheFlashBold/launchpad-mini-browser.git"
}
}