No description
Find a file
2021-05-17 14:47:17 +02:00
examples/gain added example plugin 2021-05-17 12:43:45 +02:00
lv2-nim remove unnecessary `bycopy` pragmas 2021-05-16 09:52:42 +02:00
.gitignore added example plugin 2021-05-17 12:43:45 +02:00
.gitlab-ci.yml CI configuration to smoketest the example 2021-05-17 14:47:17 +02:00
.nimble initial working version 2021-05-15 17:54:07 +02:00
icon.svg initial working version 2021-05-15 17:54:07 +02:00
README.rst CI configuration to smoketest the example 2021-05-17 14:47:17 +02:00

.. image:: https://gitlab.com/lpirl/lv2-nim/badges/master/pipeline.svg
  :target: https://gitlab.com/lpirl/lv2-nim/pipelines
  :align: right



`Nim <https://nim-lang.org/>`__ bindings for the `LV2 audio plugin
specification <https://lv2plug.in/>`__.

To see an example of how to implement a LV2 plugin in Nim, please refer
to the `examples directory <examples>`__.

The author is not an expert in Nim, so suggestions regarding syntax,
semantics, and conventions are more than welcome.

`GPL 3.0 <https://opensource.org/licenses/GPL-3.0>`__ licensed.