Skip to content

mxm, IT's mad science

Sections
Personal tools
You are here: Home » Products » Open Source » Python Midi Package » Using the module to make a song monophone
Downloads
You can download mxm products here.

Due to it's technical and international nature, this section is in english.

Max M Has a blog too.

og er glad for mad

 

Comment

Above in this comment thread: Python Midi Package

Using the module to make a song monophone

Posted by Anonymous User at 2010-08-03 08:41 PM
Hey.

I have a song with chords and single notes. I want to load this midi file and output a song, which always takes the highest note only and exports it.

Can you show me how to do it using your module?

to specify

Posted by Anonymous User at 2010-08-03 08:43 PM
To specify:

Say the input midi file goes like this: c-d-e c c-f-g. The output midi file goes like this then: e c g.