Skip to content

mxm, IT's mad science

Sections
Personal tools
You are here: Home » Products » Open Source » Python Midi Package » python midi
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 Python Midi package

python midi

Posted by Anonymous User at 2004-06-09 07:09 PM
Hi Nice work !!!
can i put lyrics to each note ???

thnx

Yes

Posted by maxm at 2004-06-10 11:18 AM
You would need to use the lyric(text) event handler on the MidiOutFile.

midi.update_time(0)
midi.note_on(channel=0, note=0x40)
midi.lyric('love is a matter of midi')

etc.