Skip to main content

Simple OS X CoreMIDI interface

Project description

Simple CoreMIDI for Python is the simplest way of using MIDI in Python on Mac OS X. Period.

Installation

pip install simplecoremidi

Usage

To send midi out from your application:

from simplecoremidi import send_midi
send_midi((0x90, 0x3c, 0x40))

This sends a MIDI Note On signal. To receive it you’ll have to configure your DAW or software to receive from the “simple core midi source” MIDI source.

To receive midi from another application:

from simplecoremidi import recv_midi
data = recv_midi()

This returns all the midi data sent to the “simple core midi destination” MIDI destination since your last call. Put it inside a loop and poll it.

Look at the example in the simplecoremidi/examples directory.

Notes

  • It only works on Macs. It will never work on Windows or Linux.

  • It is not configurable.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simplecoremidi-0.2.1.tar.gz (5.6 kB view details)

Uploaded Source

File details

Details for the file simplecoremidi-0.2.1.tar.gz.

File metadata

File hashes

Hashes for simplecoremidi-0.2.1.tar.gz
Algorithm Hash digest
SHA256 a72b3b4b406ae9cf826df27dc7eaba5af16a7430b9cdfb021a2dee50e6e7c601
MD5 ae0b819429d059604e6febbf4c155436
BLAKE2b-256 00c2ed4bc75ed1c093cfe7c389af45af91158771d104e877abcd7dd01f4a3d96

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page