I would like to display the position of the GAIN/EQ/FILTER knob in a textzone. The idea is to provide visual feed back without drawing an active knob.
I know the gain and filters have an active update on the label whilst being moved, but the EQ knobs do not display progress. None of the knobs have a persistent percentage indicator.
This might seem a little bizarre, but I'm trying to create a skin for a small touchscreen which will be optimised for a controller, so no input is required, only display...
TIA :)
I know the gain and filters have an active update on the label whilst being moved, but the EQ knobs do not display progress. None of the knobs have a persistent percentage indicator.
This might seem a little bizarre, but I'm trying to create a skin for a small touchscreen which will be optimised for a controller, so no input is required, only display...
TIA :)
Posté Thu 16 Nov 23 @ 10:58 am
found a solution for the gain display..
<textzone><text fontsize="14" format="%Plevel"/></textzone>
Does anyone know the syntax for the EQ and FILTER position displays?
<textzone><text fontsize="14" format="%Plevel"/></textzone>
Does anyone know the syntax for the EQ and FILTER position displays?
Posté Thu 16 Nov 23 @ 11:24 am
action="eq_low"
should work instead of format=
should work instead of format=
Posté Thu 16 Nov 23 @ 11:30 am
Thank you Adion, works great!
Is there a way to show it as a percentage rather than value between 0 and 1?
Is there a way to show it as a percentage rather than value between 0 and 1?
Posté Thu 16 Nov 23 @ 12:32 pm
& param_cast percentage
Posté Thu 16 Nov 23 @ 12:39 pm
awesome!! Thanks guys :D
Posté Thu 16 Nov 23 @ 1:33 pm