summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-29 13:11:10 +0200
committerDavid Robillard <d@drobilla.net>2020-03-29 13:11:10 +0200
commitca1b20f88fc8d376dd5be3a94c84c48a9c9cf3fe (patch)
treeb1145a7c59fe1d6cba1fad4f3e7ff43faf01da73
parentd0a9653ba9af0e1f06af5af0f7d0faca03843a7c (diff)
downloadlv2site-ca1b20f88fc8d376dd5be3a94c84c48a9c9cf3fe.tar.xz
Improve main page text slightly
-rw-r--r--content/pages/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/pages/index.md b/content/pages/index.md
index 23a28da..e3ad390 100644
--- a/content/pages/index.md
+++ b/content/pages/index.md
@@ -1,7 +1,7 @@
Title:
save_as: index.html
-LV2 is an open extensible standard for audio plugins.
+LV2 is an extensible open standard for audio plugins.
LV2 has a simple core interface,
which is accompanied by extensions that add more advanced functionality.
@@ -10,9 +10,9 @@ Extensions support more powerful features, such as:
* Platform-native UIs
* Network-transparent plugin control
- * Portable/archivable persistent state
- * Threaded tasks (like file loading) with sample-accurate export
- * Deep semantic plugin discovery and control with meaningful units
+ * Portable and archivable persistent state
+ * Non-realtime tasks (like file loading) with sample-accurate export
+ * Semantic control with meaningful control designations and value units
The LV2 specification itself as well as the accompanying libraries are permissively licensed free software, with support for all major platforms.