lsp-plugins
lsp-plugins copied to clipboard
Maximum value in meters
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.

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>
Added support by the plugin framework in 1.2.17.