danigb
danigb
This library uses [sample-player](https://github.com/danigb/sample-player): ```js const note = piano.play(...); note.stop(); ``` Hope it helps
It's sounds like an interesting feature. The only thing is that, initially, I think this module basically as a sound-font loader with simple play support. Maybe it's a good idea...
Aja... understood. Anyone feel adventurous to figure out how to extract that information from the sources? For me it's a too big task right now... Here's https://github.com/mudcube/MIDI.js/blob/master/generator/ruby/soundfont_builder.rb
Hi, first of all, sorry @hmoffatt for not addressing this before. Obviously, the documentation is wrong, and it's the first thing to be fixed. Second, the parameter to load only...
Hi @cpansprout Looking at this issue and the other one you've created (#38) I'm wondering how are you using `Soundfont` interface. For example, the `only`option we are discussing in this...
Hi @hmoffatt, thanks for joining the conversation after so much time. At first, I thought that converting from midi to names were not a trivial task because: 1) enharmonics (how...
Hi, sorry for the delay. Have you solved the issue? I don't have any clue about why is this happening... That code is part of the (now unmantained) https://github.com/mmckegg/adsr on...
Hi @wildfiremedia ¿where do you find that link? That's outdated, for sure. The new URLS are using github.io directly. For example: http://gleitz.github.io/midi-js-soundfonts/MusyngKite/marimba-mp3.js
hahaha... Gracias! PR welcomed. Or if not, I'll fix it asap. Saludos Dani
Hi, excellent library, thanks! 👍 I've notice you've merged the PR to include the npm `package.json`, but the package is not published into npm. The missing step is: `npm publish`....