Skip to content

Remote triggering of audio file linked to button #12

Discussion options

You must be logged in to vote

@bailesandlight I have queued a build (249) for testing in TestFlight which allows control of buttons using the OSC API.

You will now be able to trigger buttons using the /trigger <state> <[protocols]> endpoint. For example, to set a toggle button to the on state you would send /ctrl/control/<uid>/trigger 1.

By default all defined protocols will be sent when triggering however, you can limit this to one or more. For example:

  • To send only audio /ctrl/control/<uid>/trigger audio
  • To send audio and OSC /ctrl/control/<uid>/trigger audio osc
  • To send audio and OSC with the on state /ctrl/control/<uid>/trigger 1 audio osc

Let us know how you get on.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@mdidon
Comment options

Answer selected by mdidon
Comment options

You must be logged in to vote
1 reply
@mdidon
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
2 participants