portmidi 0.1.0

High-level PortMidi bindings for Rust
docs.rs failed to build portmidi-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: portmidi-0.3.0

portmidi-rs

Build Status

Documentation

High-level PortMidi bindings for Rust.

PortMidi website: http://portmedia.sourceforge.net/portmidi/

Installation

Add this to your Cargo.toml.

[dependencies]
portmidi = "*"

Prerequisites

You need to make sure you have the PortMidi library installed.

On Ubuntu / Debian:

apt-get install libportmidi-dev

On OSX (Homebrew):

brew install portmidi

On OSX, if you get a linker error ld: library not found for -lportmidi, make sure you have the PortMidi library in your $LIBRARY_PATH, e.g. for Homebrew:

export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/lib"

License

This software is provide under the MIT license. PortMidi is provided under it's own MIT-like license.