Skip to content
Search
mxm, IT's mad science
Sections
Welcome
News
Search
Replies
Personal tools
You are not logged in
Log in
You are here:
Home
»
Products
»
Open Source
»
Python Midi Package
»
Yes
Navigation
Home
Papers
Products
Open Source
mxmContacts
Python Midi Package
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
Replies to this comment
the midi standard does not define that (
Posted by
maxm
at
2004-06-21 03:23 PM)
midi.update_time(0)
midi.note_on(channel=0, note=0x40)
midi.lyric('love is a matter of midi')
etc.
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
Replies to this comment