From a43ca05578cc2fefdd1bab8cd564332eaf9bd191 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 6 Apr 2020 13:51:22 +0200 Subject: Remove most uses of "e.g." in documentation This causes typesetting issues in some cases (because it is interpreted as the end of a sentence), and it's probably more accessible to write out fully anyway. --- lv2/port-props/port-props.meta.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lv2/port-props') diff --git a/lv2/port-props/port-props.meta.ttl b/lv2/port-props/port-props.meta.ttl index ddb8605..7077e4b 100644 --- a/lv2/port-props/port-props.meta.ttl +++ b/lv2/port-props/port-props.meta.ttl @@ -85,8 +85,8 @@ pprops:expensive lv2:documentation """ Input ports only. Indicates that any changes to the port value may trigger -expensive background calculation (e.g. regenerate some lookup tables in a -background thread). Any value changes may have not have immediate effect, or +expensive background calculation (for example, regeneration of lookup tables in +a background thread). Any value changes may have not have immediate effect, or may cause silence or diminished-quality version of the output until background processing is finished. Ports having this property are typically not well suited for connection to outputs of other plugins, and should not be offered as @@ -114,7 +114,7 @@ signals (knobs with smoothing, modulation rate oscillators, output ports with continuousCV type, etc.). Typically, the plugin with ports which have this property will implement appropriate smoothing to avoid audio artifacts. For output ports, this property suggests the value of the port is likely to change -frequently, and describes a smooth signal (e.g. successive values may be +frequently, and describes a smooth signal (so successive values may be considered points along a curve). """^^lv2:Markdown . -- cgit v1.2.1