LV2 subproject with meson
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Robillard 882b9446cb Format all code with clang-format 2 years ago
..
eg-amp.lv2 Format all code with clang-format 2 years ago
eg-fifths.lv2 Format all code with clang-format 2 years ago
eg-metro.lv2 Format all code with clang-format 2 years ago
eg-midigate.lv2 Format all code with clang-format 2 years ago
eg-params.lv2 Format all code with clang-format 2 years ago
eg-sampler.lv2 Format all code with clang-format 2 years ago
eg-scope.lv2 Format all code with clang-format 2 years ago
README.txt Bookify examploscope documentation. 10 years ago
literasc.py Use standard Turtle lexer in Pygments 3 years ago
wscript Include headers in literate documentation 7 years ago

README.txt

= Programming LV2 Plugins =
David Robillard <d@drobilla.net>
:Author Initials: DER
:toc:
:website: http://lv2plug.in/
:doctype: book

== Introduction ==

This is a series of well-documented example plugins that demonstrate the various features of LV2.
Starting with the most basic plugin possible,
each adds new functionality and explains the features used from a high level perspective.

API and vocabulary reference documentation explains details,
but not the ``big picture''.
This book is intended to complement the reference documentation by providing good reference implementations of plugins,
while also conveying a higher-level understanding of LV2.

The chapters/plugins are arranged so that each builds incrementally on its predecessor.
Reading this book front to back is a good way to become familiar with modern LV2 programming.
The reader is expected to be familiar with C, but otherwise no special knowledge is required;
the first plugin describes the basics in detail.

This book is compiled from plugin source code into a single document for pleasant reading and ease of reference.
Each chapter corresponds to executable plugin code which can be found in the +plugins+ directory of the LV2 distribution.
If you prefer to read actual source code, all the content here is also available in the source code as comments.