UNPKG

piano-mp3

Version:

This is a repo for holding MP3 files for an acoustic piano, sampled directly from this [repo](https://github.com/gleitz/midi-js-soundfonts). These are exposed for use in another repo. The `/example` is a good show of what this repo can/will be used for.

8 lines (6 loc) 120 B
var notes = require('./notes'); var Player = require('./Player'); module.exports = { notes: notes.notes, Player, }