wok diff lv2/description.txt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lv2/description.txt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -0,0 +1,16 @@
     1.4 +LV2 is an extensible open standard for audio plugins.
     1.5 +LV2 has a simple core interface, which is accompanied by extensions
     1.6 +that add more advanced functionality.
     1.7 +
     1.8 +Many types of plugins can be built with LV2, including audio effects,
     1.9 +synthesizers, and control processors for modulation and automation.
    1.10 +Extensions support more powerful features, such as:
    1.11 +
    1.12 +- Platform-native UIs
    1.13 +- Network-transparent plugin control
    1.14 +- Portable and archivable persistent state
    1.15 +- Non-realtime tasks (like file loading) with sample-accurate export
    1.16 +- Semantic control with meaningful control designations and value units
    1.17 +
    1.18 +The LV2 specification itself as well as the accompanying libraries are
    1.19 +permissively licensed free software, with support for all major platforms.