文件名称:launchpadder:一个使Novation Launchpad极其易于使用的库
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-23 02:17:57
JavaScript
Launchpadder 与交互的节点库。 正在安装 您可以通过npm安装Launchpadder: $ npm install launchpadder 用法 我试图使用法尽可能简单: var launchpadder = require ( "./launchpadder" ) . Launchpad ; var launchpadColor = require ( "./launchpadder" ) . Color ; // The 0 represents the MIDI port to connect with // The 1 represents the MIDI output-port to connect with // Both arguments are optional and default to 0 var pad = new launchpadder
【文件预览】:
launchpadder-master
----.gitignore(29B)
----package.json(578B)
----launchpadder.js(7KB)
----test.js(1KB)
----README.md(5KB)