How to use the Input function from bindings
Find comprehensive JavaScript bindings.Input code examples handpicked from public code repositorys.
GitHub: justinlatimer/node-midi
3 4 5 6 7 8 9 10 11 12 13 14
// MIDI input inherits from EventEmitter var EventEmitter = require('events').EventEmitter; midi.Input.prototype.__proto__ = EventEmitter.prototype; // Backwards compatibility. midi.input = midi.Input; midi.output = midi.Output; module.exports = midi;
114
717
0
bindings.createKey is the most popular function in bindings (8616 examples)