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

Re: [pygame] Re: Pygame midiout not working...



Is there an ETA on a build of pygame for the mac that has MIDI output?



Thanks,
Anthony




On Wed, Oct 19, 2011 at 2:36 AM, René Dudfield <renesd@xxxxxxxxx> wrote:
Hi,

here are the port midi compilation instructions:
        c. OS X:  - change to PortMidi subdirectory pm_mac
                  - compile. Type: xcodebuild -project pm_mac.pbproj
                  - copy newly created libportmidi.a to a lib path

cheers,




On Tue, Oct 18, 2011 at 11:58 PM, Russell E. Owen <rowen@xxxxxx> wrote:
In article
<CAFZXy=esDhtJOE7ygUS9r31KvS6tDs6p0ucNjjG3qJR3GvUO6g@xxxxxxxxxxxxxx>,
 Anthony Palomba <apalomba@xxxxxxxxxxxxx>
 wrote:

> I installed it from the installer I downloaded from the gygame website.
> *pygame-1.9.1release-python.org-32bit-py2.7-macosx10.3.dmg<http://pygame.org/f
> tp/pygame-1.9.1release-python.org-32bit-py2.7-macosx10.3.dmg>

I built that binary installer. Unfortunately it does not include midi
support because I've not figured out how to build portmidi on MacOS X
10.4 (the platform I use to build 32-bit python binary installers). I've
not tried on more recent MacOS X.

-- Russell