MarkCWirt / MIDIUtil

A pure Python library for creating multi-track MIDI files
Other
247 stars 49 forks source link

Midi Automation #32

Open sam13591980 opened 4 years ago

sam13591980 commented 4 years ago

Is it possible to add MIDI automation to it? for example I do not want to to just add notes on specific time but also i want to change midi volume (Currently it just changed the velocity), pan, etc( CC parameters in MIDI ) in time

Thanks