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
This version introduces a minor change in the way the WebMidi.getInputById() and WebMidi.getOutputById() functions work. They both now force the id parameter to a string before looking it up.
Prior to this version, inbound MIDI note numbers were reported two octaves lower than they should have been. Now, inbound and outbound octaves are on par.
If you are upgrading from a prior version, this may require you to compensate for this 2-octave change.