https://github.com/fwcd/swift-link
Cross-platform Swift wrapper for Ableton Link
https://github.com/fwcd/swift-link
ableton-link swift
Last synced: 2 months ago
JSON representation
Cross-platform Swift wrapper for Ableton Link
- Host: GitHub
- URL: https://github.com/fwcd/swift-link
- Owner: fwcd
- License: mit
- Created: 2024-08-12T20:07:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T19:56:00.000Z (over 1 year ago)
- Last Synced: 2026-02-15T16:40:18.256Z (3 months ago)
- Topics: ableton-link, swift
- Language: Swift
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift Link
[](https://github.com/fwcd/swift-link/actions/workflows/build-cross-platform.yml)
[](https://github.com/fwcd/swift-link/actions/workflows/build-ios.yml)
A high-level Ableton Link library wrapper for Swift.
Wraps the binary [LinkKit](https://github.com/Ableton/LinkKit) framework on iOS (e.g. for App Store builds) and the cross-platform, GPL-licensed [Link](https://github.com/Ableton/link) library on other platforms.
> [!IMPORTANT]
> If you plan on using this library, you should make sure that your project's license is compatible with the [LinkKit license](https://github.com/Ableton/LinkKit/blob/master/LICENSE.md) when building for iOS or the [Link license](https://github.com/Ableton/link/blob/master/LICENSE.md) when building for other platforms. The MIT license in this repo _only_ applies to the Swift wrapper itself.