Liking cljdoc? Tell your friends :D

beat-carabiner

A Clojure library for bridging Pioneer Pro DJ Link networks and Ableton Link.

License

:construction: This project is undergoing major changes. It has become a library that manages the binding between Ableton Link and Beat Link, incorporating two years of improvements to Beat Link and Beat Link Trigger, so that it supports sync in both directions, from DJ Link to Ableton Link (as it always has), and also the reverse. To eliminate duplication of work, and make sure everyone is always getting the latest code, Beat Link Trigger is now using this new library instead of having its own copy of the code.

The ability to run beat-carabiner as a standalone project for use in headless environments like the Raspberry Pi has moved to a new project, Open Beat Control. In addition to all the features that used to be available in the original Beat Carabiner project, it makes Beat Link features available to other programs (such as Max/MSP, Max4Live, and Pure Data) using Open Sound Control. A few features have been chosen initially to prove the concept, and more will be added over time.

:exclamation: Although you can still download a standalone version of beat-carabiner from the Releases page here, it is no longer documented or supported, and we encourage you to switch to Open Beat Control (and read its user guide), because it gives you many new features for Ableton Link synchronization alone, as well as its other capabilities. We would also appreciate testing and feeedback to help it reach release status.

Usage

  1. Set up a Clojure project using Leiningen or Boot.

  2. Add this project as a dependency: Clojars Project

  3. In the namespace from which you want to use beat-carabiner, add this to the :require section of the ns form:

    [beat-carabiner.core :as beat-carabiner]
    

Then consult the API documentation for how to use it cljdoc
badge

Although it is possible to download (or build) and start your own copy of Carabiner if you are working on an operating system or processor architecture that is not yet supported by lib-carabiner, in most situations you can let beat-carabiner automatically manage an embedded instance for you using lib-carabiner. You will need at least Java 9 to load lib-carabiner, but a current release will perform better and have more recent security updates.

Logging Configuration

beat-carabiner uses the excellent Timbre logging framework. If you do nothing, log messages above the debug level will be written to the standard output. But you can configure it however you would like, as described in its documentation.

Licenses

Deep Symmetry

Copyright © 2017–2020 Deep Symmetry, LLC

Distributed under the Eclipse Public License 2.0. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software. A copy of the license can be found in LICENSE.md within this project.

The included copies of Carabiner are distributed under the GNU General Public License, version 2. A copy of the license can be found in gpl-2.0.md within this project.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close