package portmidi

  1. Overview
  2. Docs
Bindings to libportmidi

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=32c8046ba5a138f9a17d0e05d8c3c749
sha512=ec8e091ecad36574d9c9871a4f980fe0a4eefe0591b3e9bd258d589a3421ace88395e817369deb509b57e2aed149b4856cbf571ed08390d3e3640109d7e236e5

Description

OCaml bindings to libportmidi

Published: 20 Oct 2021

README

README.md

This is an OCaml package that provides bindings to the portmidi library.

It uses the excellent ctypes library to generate the C-stubs which should help minimize the bugspace.

Installing

opam install portmidi

Status

Open/read/write works. Reading sysex messages is untested so far.

Upstream C library

The upstream C library is at https://github.com/rbdannenberg/portmidi though your distribution may ship an older version. In the future, this project will likely vendor the C library.

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None