Buttons value to text
-
Is there a way of mapping a button value (ex: volume) to a text that follows the changes of the buttons?
Thanks again guys for taking your time to answer.
-
@jay You use the example of volume, why would you map volume to a button (unless it's a mute button)? When you assign a knob/slider to a parameter such as volume the value will change as you move the knob. For a button the text can only be changed dynamically via scripting.
-
@d-healey ok let's say I want to see the value of a button assign to "threshold" but in a text field
-
@jay Buttons are normally only for on/off situations, they are either 1 or 0. A threshold control uses a knob to cover a wider range of values. If you want to see the value of any control inside another control you have to script it.
There isn't a text field control but you could use a label and set its text property to the value of your button.
-
@d-healey sorry for asking but how can I do that? I'm a newbie to this
-
@jay Go through the tutorials and by the end you should know what to do - http://hise.audio/manual/Tutorial1.php