Skip to content
Discussion options

You must be logged in to vote

No. uosc can't see into values of other scripts. The other script has to make uosc aware of the values. They can either do it via sending

script-message-to uosc set <prop> <value>

and users can then tap to that prop in their buttons with <prop>@<script>, or even better, they can define and update their custom button by sending:

script-message-to uosc set-button <name> <data_json>

and users can then just use that as a button in their controls using button:<name>.

This is all documented in: https://github.com/tomasklaen/uosc/wiki

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jklphe00
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants