Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

jack_link

jack_link is a JACK transport timebase prototype bridge to Ableton Link.

Upstream author: Rui Nuno Capela rncbc@rncbc.org.

Prerequisites

jack_link software prerequisites for building are a C++11 compiler (g++) and the JACK client C libraries and headers (libjack-devel).

Building

jack_link relies on link as a Git submodule on the main jack_link repository, so one needs to setup the working tree as follows:

 git clone --recursive https://github.com/rncbc/jack_link
 cd jack_link
 make

Then just run it:

 ./jack_link

To show available commands, enter help on the jack_link> prompt:

 jack_link> help

To quit, enter quit or exit (or just press Ctrl+D):

 jack_link> quit

Enjoy.

License

jack_link is free, open-source Linux Audio software, distributed under the terms of the GNU General Public License (GPL) version 2 or later.

Copyright

Copyright (C) 2017-2021, rncbc aka Rui Nuno Capela. All rights reserved.

About

JACK transport timebase bridge to Ableton Link

Resources

License

Packages

No packages published