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
»
python midi
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
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.
Replies to this comment
Lyrics again.... (
Posted by
Anonymous User
at
2004-06-12 03:30 PM)
the midi standard does not define that (
Posted by
maxm
at
2004-06-21 03:23 PM)
can i put lyrics to each note ???
thnx
midi.update_time(0)
midi.note_on(channel=0, note=0x40)
midi.lyric('love is a matter of midi')
etc.
Replies to this comment