portmidi 0.0.1

PortMidi bindings for Rust
docs.rs failed to build portmidi-0.0.1
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

rust-portmidi

Build Status

PortMidi bindings for Rust

This is a Rust binding for PortMidi lib.

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

Installation

Use cargo build to compile library, to compile and run tests use cargo test.

PortMidi works on Linux, windows and OSX. The binding has been only tested on Linux It's reported to work on Mac.

Documentation

Auto generated documentation can be found at rust-ci: http://www.rust-ci.org/musitdev/rust-portmidi/doc/portmidi/

Changes

  • December 2014: removed time and util modules, moved the midi module up one level.

License

This software is a binding of the PortMidi library which is provide under PortMidi license a MIT like license.

This software is provide under the MIT license.