Browse Source

Add lv2 tags

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 1 month ago
parent
commit
f38ded94aa
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      ns/lv2ext/props.php

+ 12
- 0
ns/lv2ext/props.php View File

@@ -14,6 +14,18 @@ include_once("../../includes/header.php");
<br/>
</p>

<h3 id="NonAutomatable">non automatable</h3>
<p>Port should not be automated by the host.</p>

<h3 id="Reset">reset</h3>
<p>Reset an internal processing plugin state (filters, oscillators, envelopes, lfos, etc) and kill all voices.</p>

<h3 id="TimePositionTicksPerBeat">ticks per beat</h3>
<p>How many ticks are in a beat.</p>

<h3 id="TransientWindowId">transient window id</h3>
<p>A window id from the host to be set as transient hint by the plugin.</p>

<hr/>

<p>


Loading…
Cancel
Save