You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a simple program using MIDI.js that worked as expected with the 'audiotag' api. However, on machines where the webaudio api is used, the MIDI.stopAllNotes didn't do anything--i.e. notes still rang out until the sample ended or a noteOff event turned them off. I have a work around where I keep track of all notes that are on and simply use noteOff on all of them instead of stopAllNotes, but it's worth looking into. The problem was verified on a mac and pc, both with Firefox and Chrome.
I may see about trying to fix it myself, but I'm quite new to web audio in general.
Thanks
The text was updated successfully, but these errors were encountered:
I wrote a simple program using MIDI.js that worked as expected with the 'audiotag' api. However, on machines where the webaudio api is used, the MIDI.stopAllNotes didn't do anything--i.e. notes still rang out until the sample ended or a noteOff event turned them off. I have a work around where I keep track of all notes that are on and simply use noteOff on all of them instead of stopAllNotes, but it's worth looking into. The problem was verified on a mac and pc, both with Firefox and Chrome.
I may see about trying to fix it myself, but I'm quite new to web audio in general.
Thanks
The text was updated successfully, but these errors were encountered: