首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > JavaScript > 一个MIDI设备交互的JavaScript API

一个MIDI设备交互的JavaScript API

  • 资源大小:1.02 MB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: 设备 MIDI JavaScriptAPI 一个 交互

资 源 简 介

Short version Add MIDI functionality to your website with just one line of code: ```javascript midiBridge.init(function(midiEvent) { yourCoolFunction(midiEvent); }); ``` Longer version The midibridge is a Javascript API for interacting with the midi devices on your computer. It provides methods for detecting the midi devices and for connecting these devices with each other. The midibridge itself is considered a midi device as well, so it can be connected to the detected devices. The midibridge can generate and send midi events to midi output devices, and receive midi events from midi input devices. The midibridge can also filter and alter midi events. Recording and playing back midi events with a sequencer will be added in later versions. A midi output device is a physical output port on your computer, a virtual output port or a software synthesizer. It can

文 件 列 表

README
examples
addconnection.html
audiolib.html
base64.html
configobject.html
css
flash
flash.html
getdevices.html
img
java
js
lib
patchpanel.html
php
playmidifile.html
playnote.html
regularkeyboard.html
soundfont.html
swf
timedmidievents.html
java
midiapplet-0.5.4.jar
js
helloworld.js
lib
midibridge-0.5.4.min.js
MidiBridge.js
index.html

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP