[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] no midi



Thanks Anthony, I now see the recent thread on this issue.
John

From: Anthony Palomba <apalomba@xxxxxxxxxxxxx>
Reply-To: <pygame-users@xxxxxxxx>
Date: Wed, 4 Jan 2012 18:25:43 -0600
To: <pygame-users@xxxxxxxx>
Subject: Re: [pygame] no midi

I think last I heard MIDI output was not working.
It seems to not be included in the current build.



Anthony




On Wed, Jan 4, 2012 at 5:40 PM, John Jameson <jwing45@xxxxxxxxx> wrote:
I have a new Macbook Pro running 10.6 Snow Leopard and when I do:

import pygame

pygame.init()

print pygame.midi.get_count()


it says: 

AttributeError: 'module' object has no attribute 'midi'


I've tried it with Macports python 2.6 and 2.7  and darwin's native pythons 2.6 and 2.7.
Anyone know what happened to the midi?
thanks,
john