Releases: Ableton/LinkKit
Releases · Ableton/LinkKit
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.NumberOfPeersChanged
NSNotification - Add
ABLLinkSuppressNotifications
plist 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
LinkKit 3.1.4
- Add support for Apple Silicon
- Drop support for iOS 8 because it it not supported by Xcode 12 anymore
Build with Xcode 12.2 (12B45b) and Ableton/link@b8c640d