simple function to live.object
Hi,
I'm looking at the Live API objects. The path and id are working fine, it can set and get various parameters (e.g. mixer panning or in the case below, the length of the loop), but I can't get any functions to work - e.g. "fire" or "stop".
Here's the patch below.
Any ideas what I'm doing wrong?
Max Patch
Copy patch and select New From Clipboard in Max.
Andrew
okay, so I've found the answer here:
you can observe properties and get/set parameters as above, but functions need to be preceded by call - e.g. "call fire" to launch a clip.
I found this in:
Creating Devices that use the Live API