MarkCWirt / MIDIUtil

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

Change a midi file track channel to 10 #23

Open kidgot opened 6 years ago

kidgot commented 6 years ago

Hello, I use music21 library to create my midi song, I have a track ,the note's pitch on track are mapping to percussion sets table (music21 built-in function) but I found that music21 can't export midi file with percussion track, so the "percussion track" use default instrument : piano, sounds weird I think could I use your tool to modify the midi file's specific track to channel 10? thanks