MIDIUtil icon indicating copy to clipboard operation
MIDIUtil copied to clipboard

A pure Python library for creating multi-track MIDI files

Results 23 MIDIUtil issues
Sort by recently updated
recently updated
newest added

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

How to create markertextevent?

can we add corresponding syllable from lyrics for each note?

Hey there! Not an issue, more a query, if that's alright! Is it possible for me to pass in a filename of an existing MIDI file, and then read its...

I'm creating midi files and playing them back through FluidSynth. One of the soundfont files I'm using has several banks, but there is no function in MidiUtils to change bank....

Hi. I am using this utility alongside MrsWatson, which only supports midi type 0. Please can file_format =0 be implemented. If you don't have the bandwidth right now, please point...

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

I am trying to split microtones and normal semitones between two tracks and writing them to the corresponding track like this: from midiutil.MidiFile import MIDIFile degrees = [60, 61, 60,...

I am using the qsynth (gui for fluidsynth) and i have problems getting microtonal tuning out of it (in timidity it works as you have said). This is my code,...

Could you please give an example with two or more instruments? https://github.com/MarkCWirt/MIDIUtil/issues/1 This is unclear to me..