-
Notifications
You must be signed in to change notification settings - Fork 166
Description
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?