Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more MIDI event types #6

Open
2 of 4 tasks
1j01 opened this issue Jul 17, 2019 · 1 comment
Open
2 of 4 tasks

Support more MIDI event types #6

1j01 opened this issue Jul 17, 2019 · 1 comment

Comments

@1j01
Copy link
Owner

1j01 commented Jul 17, 2019

  • 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?
1j01 added a commit that referenced this issue May 6, 2022
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.
@1j01
Copy link
Owner Author

1j01 commented May 7, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant