package ladspa

  1. Overview
  2. Docs
Bindings for the LADSPA API which provides audio effects

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.0.tar.gz
md5=3b5aaa67f910c8783d7879b3ff5490c7
sha512=d01c731b852d864c3d843e1e5b4e9b5a6b39a0b56252e45c8bb5ee196d2843b6c4f86382e4b537ac550ea4c46d729b3080dcb2b1305f6bec1ecfac204c781948

CHANGES.html

CHANGES

0.2.0 (03-12-2020)
=====
* Use bigarrays for audio buffers.
* Use generational global roots for global OCaml values in C.
* Switch to dune

0.1.5 (03-08-2015)
=====
* Dummy github release.

0.1.4 (04-10-2011)
=====
* Updated autoconf.
* Distribute examples.

0.1.3 (04-07-2011)
=====
* Export definitions shared with ocaml-dssi in ocaml_ladspa.h.

0.1.2 (12-10-2009)
=====
* Added support for --enable-debugging configure option
* Added NO_CUSTOM to build
  in standard mode.
* Added prefix to main compilation variables
  if passed to configure.
* Makefile now honnors LIBDIRS
  variable for linking against libraries
  located in other places than then standard
  ones.

0.1.1 (16-04-2008)
=====
* Install .cmx file with others

0.1.0 (14-11-2007)
=====
* Initial release