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

PROPOSAL: midi.py should make it easier to send midi messages #386

Open
bwhitman opened this issue Sep 14, 2024 · 1 comment
Open

PROPOSAL: midi.py should make it easier to send midi messages #386

bwhitman opened this issue Sep 14, 2024 · 1 comment
Labels
feature feature requests roadmap Things in our roadmap (proposed or actual)

Comments

@bwhitman
Copy link
Collaborator

midi.message.NoteOn(channel, note, velocity) or midi.message.NoteOff(channel, note) or midi.message.Controller(channel, number, value) thing that outputs bytes for midi_out()?

@dpwe
Copy link
Collaborator

dpwe commented Sep 14, 2024

BTW, I made synth.note_on(note) take a default velocity of 1.0 in the recent midi.py updates, so you can have symmetric synth.note_on(note) and synth.note_off(note).

@bwhitman bwhitman added feature feature requests roadmap Things in our roadmap (proposed or actual) labels Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature requests roadmap Things in our roadmap (proposed or actual)
Projects
Status: Ideas from the community
Development

No branches or pull requests

2 participants