surikov / webaudiofont

Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.
https://surikov.github.io/webaudiofont/
GNU General Public License v3.0
891 stars 92 forks source link

Is there an envelope.cancel function equivalent for queueChord #73

Closed jepcolombia closed 3 years ago

jepcolombia commented 3 years ago

Iam using queueChord but could not figure it out how to stop playing the chord notes. Is there any function or instruction to do that? queueWaveTable has envelope.cancel function, but this does not work with queueChord.

best Regards Jairo

surikov commented 3 years ago

Hi Now queueChord returns array of envelopes. See browser's console output https://surikov.github.io/webaudiofont/examples/strum.html