
midibridge-js
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 also be a sequencer, a file or a function.
A midi input device is a physical or virtual input port, a sequencer, a file or a function.
A midi device can be both in- and output. The midibridge itself for instance is both in- and output because it can send and receive midi events.
The actual interaction with the midi devices on your computer is done by a Java applet. The midibridge automatically adds the applet to your webpage.
The midibridge has no visual parts, it is 'headless' code. You could say the midibridge enables you to write a 'front-end' on top of the applet.
Midi Devices -> Java Applet -> Javascript Midibridge API -> a GUI in Javascript, Flash, SVG, C# (Silverlight)
Because the midibridge is written in native Javascript, you can use it conflict-free with any Javascript framework.
More information
Check my blog for a quick start guide, documentation and code examples:
Project Information
The project was created on Aug 13, 2011.
- License: New BSD License
- 11 stars
- git-based source control
Labels:
Java
JavaScript
MIDI
ActionScript
Flash
Piano
Music
ColorPiano