Add RTA hold and fall mode
This commit is contained in:
+7
-2
@@ -386,15 +386,20 @@
|
||||
<div class="opt"><label>Hold Mode</label>
|
||||
<select id="opt_rtaHoldMode" style="width:150px">
|
||||
<option value="off">Aus</option>
|
||||
<option value="auto" selected>Auto</option>
|
||||
<option value="auto">Hold</option>
|
||||
<option value="fall" selected>Hold + Fall</option>
|
||||
<option value="manual">Manuell</option>
|
||||
</select>
|
||||
<small>Auto gibt den Peak nach 2,5 oder 4 Sekunden direkt auf den aktuellen Messwert frei; Manuell hält bis zum Reset.</small>
|
||||
<small>Hold gibt nach Ablauf direkt frei; Hold + Fall läuft danach weich zurück; Manuell hält bis zum Reset.</small>
|
||||
</div>
|
||||
<div class="opt"><label>Hold Time (s)</label>
|
||||
<input id="opt_rtaHoldTime" type="number" min="0" max="30" step="0.5" style="width:110px">
|
||||
<small>Dauer der Hold-Anzeige</small>
|
||||
</div>
|
||||
<div class="opt"><label>Hold Fall (dB/s)</label>
|
||||
<input id="opt_rtaDecay" type="number" min="1" max="60" step="1" style="width:110px">
|
||||
<small>Rücklaufgeschwindigkeit im Modus Hold + Fall</small>
|
||||
</div>
|
||||
<div class="opt"><label>Display Hold (s)</label>
|
||||
<input id="opt_rtaDisplayHold" type="number" min="0" max="5" step="0.1" style="width:110px">
|
||||
<small>Zusatzhalt für Anzeige</small>
|
||||
|
||||
Reference in New Issue
Block a user