Multiball - Return to default position after release

Discuss problems and solutions.
Post Reply
L8Bit
Newbie
Posts: 3
Joined: 26 Aug 2013 06:55

Multiball - Return to default position after release

Post by L8Bit »

I realise this may be very simple to do, but after hours of trawling through search results, I am still no closer to the answer.

I wish to have a multiball module with a single ball which resets back to position 0x0 when let go of the ball.

How would I accomplish this?

Thanks in advance!
http://www.soundcloud.com/limitbreakuk

Gear:

Macbook Pro 13" 2011
Ipad 4 32GB
Ableton Push
Korg Electribe Sampler 2
Akai MPK Mini
MrCorba
Regular
Posts: 142
Joined: 02 Sep 2013 20:17
Location: Netherlands

Re: Multiball - Return to default position after release

Post by MrCorba »

This is indeed a very simple problem ;)

The MultiBall has a 'z' attribute which keeps track of touch. If you touch the object z=1 and if you release z=0. So if you create a script set to On Expression z, and set it to reaches zero, the script will be executed when you release the object.

Now just put something in the script like x=0 and y=0, and you should be ready to go.

Cheers!
"Having no silence in music is like having no black or white in a painting" - Brian Eno
https://soundcloud.com/mrcorba
Post Reply