How synchronise Transport~ objects with a midiclock from Ableton???

max's icon

Hi List,

I try to synchronise all my transport~ objects with the live master clock but I don't know how I can do.

I didn't see informations in the objects reference and help.

I found a way to synchronise with midiclock but it just send bangs.

Somebody have an idea???

Thanks a lot.

Max

stringtapper's icon
Ben Bracken's icon

check out the clocksource attribute of transport.

-Ben

pechnatunk's icon

ben@cycling74.com wrote on Sat, 07 March 2009 08:50check out the clocksource attribute of transport.

-Ben

Thanks - this sound interesting, although I've had a quick look and can't find any syntax for the @clocksource attribute in the documentation. The reference mentions internal and ReWire, and instead a menu list in inspector it is a text box.

I'm hoping there are other possible sources such as midi in or phasor even.

Andrew Pask's icon

We have plans for these other clock sources, but nothing is in place yet. You'll have to use sync~ or rewire for now.

The next improvement in sync between the apps is most likely to be Live's transport as a clock source in M4L.

-A

max's icon

hi,

for me Rewire doesn't work.

How do you synchronise Live and Transport using Rewire??

thanks a lot.

Max

Venetian's icon

I use a click track sent from Ableton - then you can determine tempo and shift phase to stay in time. Any use?
What are you trying to do with it?

Andrew Pask's icon

Like Ben said

Check out the clocksource attribute of the transport object.

Send the transport object a message

clocksource rewire

-A