[python-win32] Re: Python-win32 Digest, Vol 18, Issue 9-Python Midi

Tony Cappellini tony at tcapp.com
Fri Sep 10 07:58:20 CEST 2004


>Message: 2
>Date: Mon, 06 Sep 2004 12:32:10 +0100
>From: "Ian Dickinson" <Ian.Dickinson at littlewoodsgaming.com>
>Subject: [python-win32] Accessing Midi Devices from Win 2000
>To: <python-win32 at python.org>
>Message-ID: <s13c58e1.008 at LWLLON.LITTLEWOODS-LEISURE.COM>
>Content-Type: text/plain; charset="us-ascii"
>
>HI
>
>I am interested in communicating with a midi device using python and 
>Windows 2000
>
>I am fairly familiar with Python and pygame,  but not with windows development
>
>My aim is to write a config tool and midi sequencer in python
>
>The device that i need to comunicate with is compactable with standard 
>windows midi callls (so the manufacturer tells me, but could or would not 
>explain to me how I accessed the device using them)
>
>I have done a bit of investigation and was wondering if I could access the 
>windows API mciSendString from python.
>
>
>I would be very grateful for any help with this problem or point me in the 
>right direction
>
>Thanks in advance
>
>Ian

Ian


The PyMidi package in my previous email is only for the MAC.
Here's another thing that popped up from googling
http://www.mxm.dk/products/public/pythonmidi


take a look at Peter Parente's PMidi.
It may be a place to start.
http://sourceforge.net/projects/uncassist
Ooh, and google found something else I hadn't seen before
http://pete.yandell.com/software/pymidi/Read%20Me.html

I'm interested in sending/receiving sysex via python, myself, but haven't 
started on that project yet.

Let me know how your project is coming along.

tony  



More information about the Python-win32 mailing list