Is it possible to trigger/control Luminair from another app on the same device?
Luminair can also be controlled from other iOS apps located on the same local device using a built-in URL Scheme. This “URL Scheme” allows others apps, such as Apple’s Shortcuts, to send parameters into Luminair either during runtime or at app launch.
The URL Scheme is based upon Luminair’s OSC methods and namespace, described in the user manual. Most OSC messages that use a single argument can also be passed in as option URL Scheme parameters.
The following format can be used as guide. This will set the first fader parameter control to Full:
luminair:///parameters/1/fader?1.0
- luminair:// should be placed at the beginning of every URL command
- /faders/1/fader is the same as the OSC method. You can replace 1 with the index of the fader parameter you want to control
- The value argument is entered AFTER the question mark