Skip to content

mxm, IT's mad science

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

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.

Lyrics again....

Posted by Anonymous User at 2004-06-12 03:30 PM
Hello

Can i use.... each letter of lyric to each note :
example "Hello"
H to note C
e to note D
l to note C
l to note B
o to note G

Thnx