Display volume as number

Forum to ask for any help
Post Reply
wilsonj
Posts: 7
Joined: Thu Jul 19, 2012 3:19 pm

Display volume as number

Post by wilsonj » Fri Mar 23, 2018 7:00 am

Hi,

I'm more than a bit rusty and I'm getting a little lost. What is the easiest way to achieve the following ?
I want to press vol up or down button, query the receiver and display the result as text on a button.

Command is @MAIN:VOL=? which should return a number in db eg -30db

I can't find an example of this. Any ideas ?

Thank you in advance.

User avatar
DemoPad
Site Admin
Posts: 769
Joined: Thu Jun 14, 2012 10:46 am
Contact:

Re: Display volume as number

Post by DemoPad » Fri Mar 23, 2018 8:58 am

Have a look at viewtopic.php?f=10&t=3581

To set a number value retrieved from feedback into a label, have an action which sets the label to the number in curly braces, eg:

{MyVolume}

Post Reply