I’m trying to come up with a good way to detect a “swipe” gesture in the TouchDesigner Remote for the iPad. I was thinking about trying to use a fullscreen “slider” comp to do this… but this doesn’t feel very clean. Any suggestions on how to accomplish this?
Thanks,
Michael
So… this almost works… I set up a UV slider, made its opacity 0 and hooked up an acceleration CHOP and an expression CHOP to detect when the acellerations in the x and y directions exceeds a certain value. The only problem is, since it’s a slider, it retains its last location, and the initial click causes my application to think that you’ve slid your finger across the slider…
Okay… nevermind. I didn’t know about the Panel CHOP… which I think offers me many ways to solve this problem…
What’s the link to the remote app?