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

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



Hi,

Russel, are you able to do a build with midi in there?

I've uploaded the portmidi build directory I made last time.  So you should be able to do:

mkdir portmiditmp
cd portmiditmp
curl -O http://rene.f0o.com/~rene/stuff/portmidi_trunk.zip
unzip portmidi_trunk.zip
cd trunk
make -f pm_mac/Makefile.osx install

Which should install portmidi for you.

The last line might need to be:
    sudo make -f pm_mac/Makefile.osx install


cheers,


On Thu, Oct 20, 2011 at 9:04 PM, Anthony Palomba <apalomba@xxxxxxxxxxxxx> wrote:
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