web-midi-recording

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i web-midi-recording

Weekly Downloads

2

Version

0.1.2

License

MIT

Unpacked Size

1.66 MB

Total Files

17

Last publish

Collaborators

  • cagpie