0.1.2 • Published 4 years ago

web-midi-recording v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

web-midi-recording

Installation

$ npm install web-midi-recording

npm

Quick Example

const { MIDIRecording } = require('web-midi-recording');

MIDIRecording.attachHandler(InputMIDIDevice);

MIDIRecording.startRecording();

MIDIRecording.stopRecording()

const smfData = MIDIRecording.getSMF();

Licence

web-midi-recording

Copyright (c) 2020 cagpie cagpie@gmail.com

Code licensed under the MIT License: http://opensource.org/licenses/MIT