Skip to content

kvacquier/ABLLinkSwiftWrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ABLLinkSwiftWrapper

Swift wrapper for ABLLink. Allows Swift-based programs to access the ABLLink functions. Original repo here : https://github.com/jasonjsnell/ABLLinkSwiftWrapper

REQUIRED:

  1. Make sure to include libc++.tbd (Find project in Targets, go to Build Phases, expand Link Binary With Libraries, click + sign, add the libc++.tbd library)

  2. Get all the ABLLink files from ABLLink.h ABLLinkSettingsViewController.h ABLLinkUtils.h libABLLink.a

These can be found here: https://github.com/Ableton/LinkKit/releases

The actual project is an exemple with the bridging header to help you.

About

Swift wrapper for ABLLink

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 94.5%
  • Objective-C 5.5%