wok diff lv2/description.txt @ rev 24995

updated nginx and nginx-extras (1.19.0 -> 1.21.6)
author Hans-G?nter Theisgen
date Mon May 16 10:04:06 2022 +0100 (2022-05-16)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lv2/description.txt	Mon May 16 10:04:06 2022 +0100
     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.