Skip to content

satoshi-szk/spectrum2mpe

Repository files navigation

spectrum2mpe

Convert spectrum data from MATLAB or SPEAR, into Standard MIDI File which is compatible with MPE applications.

Table of Contents

Install

First, git clone or download this repository.

Then install dependencies.

npm i

Run example code and see the result.

node examples/convert.js

Usage

( async () => {
  const s2m = require('s2m');
  await s2m.convertFromSpear('path/to/file');
})();

(await s2m.convertFromSpear('path/to/file');})(); For more information, check example code ./examples/convert.js

References

What's MPE?
Spear (recommended spectral analysis tool)
How to make spectrum data with MATLAB?
The format of text file (Spear export)

Maintainers

@szk2s

Contributing

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2018 Satoshi Suzuki

About

Convert spectrum data into Standard MIDI File which is compatible with MPE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors