Releases: Ableton/LinkKit
Releases · Ableton/LinkKit
LinkKit 3.2.2
- Build against the iOS 26 SDK
- Update ableton/link to version 3.1.4
- Update asio standalone to version 1.36.0
- Fix a rare crash during initialization
Built with Xcode 26.0.1 (17A400) and Ableton/link@4c08937
LinkKit 3.2.1
- Update Link to version 3.2.1
- Fix a race condition that could lead to crashes during destruction
- Ensure that enabling Link is lock free
Built with Xcode 14.2 (14C18) and Ableton/link@41d9aa1
LinkKit 3.2.0
- Fixed a quantization issue that could lead to missing notes after
ABLLinkRequestBeatAtTime()and
ABLLinkForceBeatAtTime(). - Updated the example app for iOS 17 compatibility.
- Added support for IPv6: Use IPv6 if an interface does not have an active IPv4 connection.
- Updated asio to version 1.28.0.
- Patched the namespace of asio to avoid symbol clashes when using multiple versions of asio
in the same binary.
LinkKit 3.1.10
- Update German localisation
- Add
ABLLink.NumberOfPeersChangedNSNotification - Add
ABLLinkSuppressNotificationsplist key
Built with Xcode 13.2.1 (13C100) and Ableton/link@d03361f
LinkKit 3.1.9-2
- Remove fat library from the release bundle
Built with Xcode 13.2.1 (13C100) and Ableton/link@d03361f
LinkKit 3.1.9
- Fixed a build system issue that would break compatibility with older iOS versions
Built with Xcode 13.2.1 (13C100) and Ableton/link@d03361f
LinkKit 3.1.8
- Updated example app to use Swift and Swift UI
- Minor bug fixes
Built with Xcode 13.2.1 (13C100) and Ableton/link@d03361f
LinkKit 3.1.7
- Improved and simpler threading model
- Minor performance improvement
Built with Xcode 13.0 (13A233) and Ableton/link@a4e4c2f
LinkKit 3.1.6
Minor fix: Add missing include to AblLink.h.
LinkKit 3.1.5
- Fixed an issue that could lead to memory corruption during deallocation
- Fixed a bug that would lead to incorrect times for
uint64_t ABLLinkTimeForIsPlaying(ABLLinkSessionStateRef);
Build with Xcode 12.2 (12B45b) and Ableton/link@17479b4