Page 1 of 1

Touch Events

Posted: 11 Dec 2013 22:57
by ianjgrant
Hi, is there a straightforward way to send Touch Event Messages via OSC?

There is a global option in Touch OSC that, when enabled, sends touch start (1) and touch end (0) messages for all controls, including multi-touch objects. It adds a /z to the control address containing the value, details here: http://hexler.net/docs/touchosc-configuration-options

How would I do this in Lemur?

Would I need to script expressions on each object (using the indices of multitouch objects) to achieve the same effect?

Thanks in advance for any thoughts on this.

Kind regards, Ian

Re: Touch Events

Posted: 12 Dec 2013 14:06
by Macciza
Hi
Most objects (but not all) in Lemur have a z variable, no global option as such . . .

And Lemur multi-objects provide multi data as arrays - i.e. multiple values . . .

Look in the library for the Singular Messages project . . .

MM