package lilv

  1. Overview
  2. Docs
Bindings to lilv library for using LV2 audio plugins

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=c165d258c71a50f46f426825b8e688e0
sha512=e522c4aad328844b5d9b70a5ea1588bc2de16055916ecb87ae6b74139bb576ef337ba5663a2a7caa57951a7f517c11988b3f04cbcc1b6ece828d79ce80ed65ac

doc/lilv/Lilv/World/index.html

Module Lilv.WorldSource

Worlds.

Sourcetype t = world

A world.

Sourceval create : unit -> world

Create a world.

Sourceval load_all : world -> unit

Load all plugins.

Sourceval plugins : world -> Plugins.t

Obtain the collection of all plugins.