Faust LV2 Plugins
This is the home and default URI for plugins created with
the faust-lv2 plugin
architecture written by
Albert Gräf.
Faust
is Grame's functional dsp programming language which makes programming
audio plugins easy and much more fun.
LV2 is the new
open-source audio and MIDI plugin standard for Linux and other Unix-like
systems, successor of the venerable LADSPA standard.
The faust-lv2 plugin
architecture allows you to create full-blown LV2 instrument and effect
plugins with ease.
Please note that this website isn't supposed to look pretty, nor does
it provide any real content. It is just a landing pad for the default
Faust LV2 plugin URI. The links below will provide you with all software
and documentation that you'll need to create your own LV2 plugins using
Faust.
Important Links
- The faust-lv2 git
repository provides documentation, source code and examples for the Faust
LV2 architecture.
- The Faust compiler is needed to
compile Faust programs; it comes with all sources and tools needed to
create plugins using the Faust LV2 architecture.
- The LV2 architecture is also fully supported by Faust's
online compiler, which
allows you to create LV2 plugins from Faust programs without installing
any extra software on your computer. Examples to try with the online
compiler can be found in the Faust distribution or in the
faust-lv2 git
repository
- The LV2 website provides a wealth of
information about the LV2 plugin standard and LV2 support in DAWs and
other multimedia applications. There you can also find the LV2 source code
needed to compile plugins created with the Faust LV2 architecture. If
you're running Linux then LV2 should also be available in your distro's
package repositories. Mac OS X users can find LV2 on
MacPorts.