Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Python

MIDI.py version 3.4

 

 

Python python RSS feed   Index | Next | Previous | View Threaded


peter at www

Nov 4, 2009, 11:45 PM

Post #1 of 1 (36 views)
Permalink
MIDI.py version 3.4

Version 3.4 of the Python3 module MIDI.py is available through
http://www.pjb.com.au/midi/MIDI.html
and is believed to be pretty stable - in other words, I've
actually tested it :-) (against Sean Burke's MIDI-Perl CPAN
module) and it passes the tests. It's used by midisox:
http://www.pjb.com.au/midi/midisox.html
which can therefore also be considered increasingly stable.

MIDI.py breaks out the .mid data into a simple list-of-lists
structure, e.g. (in the closer-to-the-data "opus" format)
[. 96, # Ticks
[ # Track 0...
['note_on', 6, 1, 60, 100],
['note_off', 192, 1, 60, 100]
]
]
which you can manipulate using all the resources of Python3,
and then reconvert into MIDI.

Peter

--
Peter Billam www.pjb.com.au www.pjb.com.au/comp/contact.html
--
http://mail.python.org/mailman/listinfo/python-list

Python python RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.