vishnubob / python-midi

Python MIDI library
MIT License
1.49k stars 370 forks source link

change midi tunings #150

Open ghost opened 6 years ago

ghost commented 6 years ago

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

JucyCherry commented 6 years ago

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