package ladspa

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.2.tar.gz
md5=5291471956b80ce84609ea2ee299d00d
sha512=57e0c0d3809f4027ffac33289f451f8948d407283fd494e413d98ccac889e0423dfbcd6b09c5f633a60e5ff5f609b622841ad40b8dbb3a674137c3edcd0be290

CHANGES.html

CHANGES

0.2.2 (10-01-2022)
=====
* Fix GC issues introduced in previous release.

0.2.1 (07-01-2022)
======
* Get rid of naked pointers.

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