tags:

views:

53

answers:

1

Hello

I'm coding a demo in python and I need to read a MIDI file in python (no real-time stuff is needed). In particular, I'm looking for a library which preserves channel information.

The most promising libraries I found are:

Any experience with those?

Thanks a lot

Nicola Montecchio

+2  A: 

Hi,

I've been using MXM's library in harpy for some time now, and am quite satisfied with it. Fast enough for my purposes, and easy to extend. I suppose it does what you need, seeing as how I use it to split MIDI files into single channel files.

Anthony Labarre
thanks, I'll look into that!
Nicola Montecchio