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
Instrument change (displayed as a bar with instrument number and name)
Instrument bank select
Aftertouch pressure (I don't have a device that supports this)
Investigate: can we more simply handle MIDI file creation, especially with all possible events, if we ditch SimpleMidiInput? How low level is the WebMIDI API? How well do MIDI streams map to Standard MIDI Files? Also, what about JZZ.js?
The text was updated successfully, but these errors were encountered:
Regarding each issue:
* Fade out overlay when playing (unless viz is disabled), with a button to show info again?
-> There's a button to fullscreen the visualizer now; I think that's enough.
* Stress test the length of recording
-> #18
* Record + show aftertouch pressure
-> #6
* Support Pitch Bend Range selection
-> #14
* Record miscellaneous MIDI events, maybe even SysEx (optionally)?
-> #6
* Maybe allow scrolling back (pausing automatically (not pausing recording, just the view))
-> #17
* Color notes by channel or instrument?
-> #15
* Offline support with a service worker
-> #7
* (Little visual bug: if zoomed out, opening recovery modal has a bad transition, the whole overlay flickers out for a bit)
-> I can't reproduce this.
For bank selects, I can get the event easily, I just need to keep track of the selected bank, and I need more instrument name data, to account for the different banks: https://www.npmjs.com/package/jzz-midi-gm
The text was updated successfully, but these errors were encountered: