shorepine/tulipcc

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

bwhitman opened this issue · 1 comments

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 commented

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).