You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, I'm writing a metronome app for android. The idea is to sync multiple android devices and Ableton instances to share the same tempo AND time signature.
The idea is to allow all musicians of a band to use their phone as a metronome app during practice (or even a concert) while having Ableton propagate the current BPM, phase and time signature for each song in the set.
The Ableton link protocol works amazing for syncing BPM and start/stop, but I'm not able to find a way to sync time signature without using an additional protocol like OSC (which would be cumbersome as Ableton doesn't support OSC natively anyways). I get, that the idea of the link protocol is for each device to have their own quantum, but do I understand correctly that there is intentionally no function that allows each device to broadcasts their quantum? This would allow the other devices to decide if they want to adapt it or not.
Or am I missing something?
The text was updated successfully, but these errors were encountered:
Yes, the quantum is not shared or maintained by Link. It's only used by Link's API to map beat time to host time, allowing Link peers to run in different meters. This allows a polymeter sequencer to query beat times for multiple quanta without affecting other peers.
It is conceivable to optionally synchronize the quantum, such as start/stop events, and we'll add it to the Link feature wishlist. But for now, this work is not planned.
You can send Ableton Live's time signature via OSC using Max-for-Live.
Hello guys, I'm writing a metronome app for android. The idea is to sync multiple android devices and Ableton instances to share the same tempo AND time signature.
The idea is to allow all musicians of a band to use their phone as a metronome app during practice (or even a concert) while having Ableton propagate the current BPM, phase and time signature for each song in the set.
The Ableton link protocol works amazing for syncing BPM and start/stop, but I'm not able to find a way to sync time signature without using an additional protocol like OSC (which would be cumbersome as Ableton doesn't support OSC natively anyways). I get, that the idea of the link protocol is for each device to have their own quantum, but do I understand correctly that there is intentionally no function that allows each device to broadcasts their quantum? This would allow the other devices to decide if they want to adapt it or not.
Or am I missing something?
The text was updated successfully, but these errors were encountered: