virtual-midi-keyboard
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A virtual HTML5 MIDI keyboard
Virtual Midi Keyboard

HTML5 Virtual Midi Keyboard for use in Audio API projects and educational purposes.

Supports midi devices on Windows and Mac OS X.

Instructions:
1. Deploy on your server
2. Serve as an iframe
3. Define the callback in
a) the parent document
this.onmidi = function(e){
	// Do something with it
};
b) or the iframe
keyboard.onmidi = function(e){
	// You got the idea
};

a live demo can be found at http://niiden.com/virtualmidikb/ or in use at http://niiden.com/jstmodular/

Special thanks to abudaan ( https://github.com/abudaan/ ) for the Java Applet.

Licensed under MIT license

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。