-
-
Arduino-MIDI-reader
... Barebones listener example (see also the examples dir):
#include
#include
#include "midi-listener.h"
/* callback for MidiListener */
void noteOn( unsigned char note, unsigned char volume );
...
-
midi.js
A node.js package to read midi files
-
bw-midi
... Add this line to your application's Gemfile:
gem 'bw-midi'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bw-midi
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
2. Create your ...
-
go-midi
... file parser library written in Go
A library for reading Midi files, written in Go.
Copyright Joe Wass 2012
joe@ ... .com/guide/midifiles.html
http://www.indiana.edu/~emusic/etext/MIDI/chapter3_MIDI10.shtml
http://home.roadrunner.com/~jgglatt/tech/midifile. ...
-
Midi-ChloriansPHP
Small & Quick MVC Framework for PHP 5.4
[![Midi-ChloriansPHP](http://img15.hostingpics.net/pics/582569MidichloriansPHP.png)](http ... USE.
PLEASE USE AT YOUR OWN RISK.
### SYSTEM REQUIREMENTS
Midi-ChloriansPHP requires PHP 5.4 or later.
### FEATURES
* ...
-
web-midi-test-suite
... is a JavaScript-based test suite for testing implementations of the [Web MIDI API](https://dvcs.w3.org/hg/audio/raw-file/tip/midi/ ... assumes you have at least one of both input and output MIDI devices/interfaces, and that you will allow access to your MIDI ...
-
Midi-Timer
Midi Addon + "Slider" test
Midi-Timer
==========
Midi Addon + "Slider" test
-
midi-http-server
An HTTP server that plays MIDI notes. Three shell scripts that play major, minor and chromatic scales.
Starts an HTTP MIDI server that queues requests and plays notes.
Author: Bryan Smith
========= HOW START THE SERVER =========
To run:
> java -jar ...
-
midi-synth
... me how crappy a reproduction it is! :)
This uses my [Web MIDI Polyfill](https://github.com/cwilso/WebMIDIAPIShim) to add MIDI support ...
You can try it out live at https://webaudiodemos.appspot.com/midi-synth/index.html.
Check it out, feel free to fork, ...
-
midi.io
... midi.io client library is served via `/midi.io/midi.io.js` and requires backbone. it creates a ... (),
midi_device = new MidiDevice({ id: 1 });
// get all active midi devices
devices.fetch({
success: function() {
console.log('found ...
-