lsp-plugins icon indicating copy to clipboard operation
lsp-plugins copied to clipboard

Maximum value in meters

Open bor-T opened this issue 3 years ago • 1 comments

Hola. For ease of operation with input and output volume levels, we should add to the meters a selection of the maximum value, which will be reset when you click on it.

iss_meter

bor-T avatar Feb 21 '23 06:02 bor-T

Added possibility to enable maximum value tracking by additional option header.visible to the <ledmeter> tag. Here is the example:

<!-- Output signal meter -->
<ledmeter vexpand="true" height.min="256" angle="1" header.visible="true">
	<ledchannel id="olm_l" min="-72 db" max="24 db" log="true" type="rms_peak" peak.visibility="true" value.color="left"/>
	<ledchannel id="olm_r" min="-72 db" max="24 db" log="true" type="rms_peak" peak.visibility="true" value.color="right"/>
</ledmeter>

sadko4u avatar Jul 16 '24 15:07 sadko4u

Added support by the plugin framework in 1.2.17.

sadko4u avatar Aug 03 '24 21:08 sadko4u