python-midi icon indicating copy to clipboard operation
python-midi copied to clipboard

change midi tunings

Open ghost opened this issue 7 years ago • 1 comments

How can i change the midi tuning of single midi notes on a track?

ghost avatar Jun 15 '18 11:06 ghost

note = midi.NoteOnEvent() note.set_pitch(60)

JucyCherry avatar Jun 19 '18 06:06 JucyCherry