{"id":15873905,"url":"https://github.com/wavejumper/swiftlink","last_synced_at":"2026-04-30T01:36:12.209Z","repository":{"id":69562696,"uuid":"222096926","full_name":"wavejumper/SwiftLink","owner":"wavejumper","description":"Swift bindings into Ableton Link","archived":false,"fork":false,"pushed_at":"2019-11-16T12:49:40.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T22:47:57.009Z","etag":null,"topics":["ableton-link","objective-c","swift"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wavejumper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-16T12:36:19.000Z","updated_at":"2020-07-02T08:35:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9598675-f82a-4ce4-806a-f373656d9dcb","html_url":"https://github.com/wavejumper/SwiftLink","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"e281ea28408e64a85378b62f0e05a78178f32c40"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wavejumper/SwiftLink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavejumper%2FSwiftLink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavejumper%2FSwiftLink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavejumper%2FSwiftLink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavejumper%2FSwiftLink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavejumper","download_url":"https://codeload.github.com/wavejumper/SwiftLink/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavejumper%2FSwiftLink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32451474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ableton-link","objective-c","swift"],"created_at":"2024-10-06T01:08:17.232Z","updated_at":"2026-04-30T01:36:12.165Z","avatar_url":"https://github.com/wavejumper.png","language":"Objective-C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftLink\n\nBindings into [Ableton Link](https://github.com/Ableton/link) for Swift.\n\nNote: is this library for you? Ableton already provides an [iOS SDK](https://github.com/Ableton/LinkKit) for link. \n\nHowever, if you require low level bindings into the C++ library, this is for you!\n\n# License\n\nSwiftLink is licensed under GPLv2+, the same as Ableton Link.\n\n# Installation \n\n```\ngit submodule add git@github.com:wavejumper/SwiftLink.git SwiftLink\ngit submodule update --init --recursive\n```\n\nInside your `Podfile`:\n\n```ruby\n  pod 'SwiftLink', :path =\u003e 'SwiftLink'\n```\n\n# Demo\n\nInside your bridging header add:\n\n```\n#import \"SwiftLink.h\"\n```\n\n\n```swift\nlet initialBpm: Double = 120\nlet link = AbletonLink(bpm: initialBpm)\n\nlet tempoObservation = link.observe(\\.onTempo, options: .new) { l, change in\n  print(\"tempo change!\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavejumper%2Fswiftlink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavejumper%2Fswiftlink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavejumper%2Fswiftlink/lists"}