Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
MIDI.py version 3.4
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Peter Billam  
View profile   Translate to Translated (View Original)
 More options 5 Nov, 07:45
Newsgroups: comp.lang.python
From: Peter Billam <pe...@www.pjb.com.au>
Date: 05 Nov 2009 07:45:02 GMT
Local: Thurs 5 Nov 2009 07:45
Subject: 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


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google