Ableton / LinkKit

iOS SDK for Ableton Link, a new technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices.
http://ableton.github.io/linkkit
Other
147 stars 10 forks source link

Link fails to sync and generates error message #30

Closed virusys closed 7 years ago

virusys commented 7 years ago

Hi there,

My project is a synth with a built-in sequencer that uses libpd's implementation of Ableton Link, and occasionally I will have sync problems where a log message similar to this will appear:

AUD003534z2: Scheduling trigger update 1955079072

In this particular case I am receiving MIDI from an IAA source; when I press the global IAA play button, the sequencer fails to play (it doesn't receive an increase in beat time or steps), and the above message appears.

I'm just wondering if this is generated by Link or libpd? If not Link related, feel free to close this issue. I've reached out to the libpd developers as well.

cdi-ableton commented 7 years ago

@virusys This log message is not coming from Link. I'll close this issue for now and follow the discussion here https://github.com/libpd/pd-for-ios/issues/16

virusys commented 7 years ago

Thank you for your prompt response! 👍 Great job with Link, it's a game changer for us audio devs!