How do I get Lemur to send OSC message integer values?
Posted: 05 Apr 2017 17:40
Hi All,
I recently purchased Lemur. So far very cool! It's working great with Vezer.
I created a Lemur interface to control Vezer from my iPhone.
I am trying to figure out how to get a custom button to send an OSC message with an integer values to Vezer to select the very first composition.
This is the OSC message Vezer expects for selecting a specific composition (from the Vezer docs) ...
How do I create a custom "HOME" button (see image below) that sends that message? I cannot get that command to work from my Lemur interface.
Thanks
-Chris
MY LEMUR IPHONE GUI FOR VEZER
VEZER COMPOSITION LIST EXAMPLE
I recently purchased Lemur. So far very cool! It's working great with Vezer.
I created a Lemur interface to control Vezer from my iPhone.
I am trying to figure out how to get a custom button to send an OSC message with an integer values to Vezer to select the very first composition.
This is the OSC message Vezer expects for selecting a specific composition (from the Vezer docs) ...
I tested the following in OSC Test and the command works:/vezer/triggercompatindex triggers the Composition at the given int type index (starts from 1).
Code: Select all
/vezer/triggercompatindex , i 1
Thanks
-Chris
MY LEMUR IPHONE GUI FOR VEZER
VEZER COMPOSITION LIST EXAMPLE