一个MIDI设备交互的JavaScript API
资 源 简 介
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