Baz
Baz

Reputation: 13185

Midi library for Python on Mac

I'm looking for a python midi library (preferably python3) which will allow me to produce midi commands so that I can control midi instruments on my mac.

I'm also interested in open sound control capabilities but this is less important.

Thanks,

Barry

Upvotes: 3

Views: 3495

Answers (3)

bgporter
bgporter

Reputation: 36574

Another option is the python wrapper of PortMidi, pyPortMidi, which is where the MIDI support in PyGame comes from.

A good resource is the PythonInMusic page on the Python wiki.

Upvotes: 1

Nik Reiman
Nik Reiman

Reputation: 40430

PyGame is a good starting point.

Upvotes: 1

tylerthemiler
tylerthemiler

Reputation: 5776

Could be a repeat of this. If not, there is definitely good Python MIDI info in that post.

So, basically you might want to use MidiUtil, a Python module.

Upvotes: 0

Related Questions