Simple OS X CoreMIDI interface
Project description
Simple CoreMIDI for Python
====
Simple CoreMIDI for Python is the simplest way of using MIDI on Mac OS
X. Period.
Installation
----
pip install simplecoremidi
Usage
----
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.
That's it.
Notes
----
+ It only works on Macs. It will never work on Windows or Linux.
+ It only sends. Maybe it will receive someday.
+ It is not configurable.
====
Simple CoreMIDI for Python is the simplest way of using MIDI on Mac OS
X. Period.
Installation
----
pip install simplecoremidi
Usage
----
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.
That's it.
Notes
----
+ It only works on Macs. It will never work on Windows or Linux.
+ It only sends. Maybe it will receive someday.
+ 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.1.0.tar.gz
(3.3 kB
view details)
File details
Details for the file simplecoremidi-0.1.0.tar.gz.
File metadata
- Download URL: simplecoremidi-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10b62d9da6af8ff5e45070101170fbd6a17235a12d2c85dd4f33a3d37d8d0d53
|
|
| MD5 |
a1fc040ceade4d5cecbff09981964a96
|
|
| BLAKE2b-256 |
901ae31383d1701a5c3fec3d39eff8d8e219836923723e33df86a46c73687937
|