Hi there!
I am currently trying to implement some remote control of Ableton Live via Touch portal. The Idea is to change a BTT Variable and then trigger a Named Trigger in BTT by pressing a button on Touch Portal. Touch Portal has "open url" actions, which I use. But everything foes not work as expected:
open "btt://trigger_named/?trigger_name=TriggerName"
Just opens the selected trigger configuration window.
open "btt://set_string_variable/?variableName=test&to=12345"
Just opens the settings window with the list of variables. And the new Variable does not show up in the list.
What am I doing wrong here?