Display value in lcd #526
-
I want to display different values in different lcds: |
Beta Was this translation helpful? Give feedback.
Answered by
damiensellier
Jan 10, 2023
Replies: 1 comment 1 reply
-
You have to create several uiLabel for that and on mod value change you apply the following method:
You can display any data or modulator value to any label with this. Hope it helps! Damien |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jojogib
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to create several uiLabel for that and on mod value change you apply the following method:
You can display any data or modulator value to any label with this. Hope it helps!
Damien