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

Add ABLLinkSetNumPeersCallback #69

Closed blursolo closed 1 year ago

blursolo commented 1 year ago

This addition will introduce a new method ABLLinkSetNumPeersCallback(), which is a bridge to the Link C API callback function setNumPeersCallback(). It will keep the functionality introduced in ABLLinkNew(), meaning it will also keep notifying IsConnectedCallback() and update SettingsViewController but not call the Notification View.

The intend of having this method is to offer the possibility to draw notifications independently from Ableton LinkKit in case the applications UIWindow can not be accessed because the library is hosted inside an extension or JUCE as discussed here: https://github.com/Ableton/LinkKit/issues/45

fgo-ableton commented 1 year ago

Addressed in https://github.com/Ableton/LinkKit/releases/tag/LinkKit-3.1.10