MIDI library recommendations, please?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andrew Koenig

    #1

    MIDI library recommendations, please?

    Are there widely used and recommended Python libraries that will let me

    1) Interpret and generate MIDI messages easily?

    2) Allow me to select and communicate with MIDI devices attached to my
    computer?

    I know that (2) is platform-dependent, so if there isn't a multiplatform
    version of (2) I would need it for Windows (2000 and XP).

    Obviously there are many ways of accomplishing (2). The easiest is to write
    stuff into a file and use a sequencer to play it :-) Nevertheless, what I"m
    ultimately after is programmatic real-time control of several MIDI devices,
    and if there are already some giants around on whose shoulders I can
    stand...


  • Max M

    #2
    Re: MIDI library recommendations , please?

    Andrew Koenig wrote:[color=blue]
    > Are there widely used and recommended Python libraries that will let me
    >
    > 1) Interpret and generate MIDI messages easily?[/color]

    Yes.



    [color=blue]
    > 2) Allow me to select and communicate with MIDI devices attached to my
    > computer?[/color]

    There are some project which does that on different platforms. But I am
    not aware how well they work.

    The best place to ask is probably on the Python Midi list at:

    http://sourceforge.net/mail/?group_id=113783

    --

    hilsen/regards Max M, Denmark


    IT's Mad Science

    Comment

    Working...