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

Documentation issue #12

Closed markusthegeek closed 8 years ago

markusthegeek commented 8 years ago

Hi all,

first off, congrats to the excellent documentation and sample project! The test cases are perfect for ensuring that all documentation was read and understood ;-)

I believe the following is slightly miss-leading and actually worded more correctly in the related test case:

Conversely, if an app in the background is ejected from an Audiobus or IAA session and will therefore >no longer be playing audio, it should deactivate Link.

I can start my app playback while connected to Audiobus and continue playing even when being disconnected. In that case the Link should stay active. We actually just enabled background audio as a little feature along with the Link evaluation...

Compare to the test case:

Conversely, an App that is part of an Audiobus or IAA session session and is then disconnected from >the session while in the background and not playing should deactivate Link.

gruss, Markus

brs-ableton commented 8 years ago

Thanks @markusthegeek. I updated the text to be more consistent with the note in the test case:

Conversely, if an app in the background is ejected from an Audiobus or IAA session while not playing, and therefore no longer has the possibility to generate audio, it should deactivate Link.

markusthegeek commented 8 years ago

Super thanks, @brs-ableton!