Giter Site home page Giter Site logo

ableton-test's Introduction

ableton-template

A git repository template for managing Ableton Live projects

Prerequisites

  • zcat for managing Ableton Live Set files
    • This should come pre-installed on MacOS
  • git lfs for storing audio/binary files
    • brew install git-lfs
  • xmlstarlet for generating version and plugin dependencies.md (optional)
    • brew install xmlstarlet

Setup

  • Run git/setup.command before using this repository for an Ableton Live project
  • Create/copy your Ableton Live project folder into this directory

Committing


Notes

An Ableton Live Set .als file is actually xml compressed with gzip. Ableton Live can open an uncompressed als file, and will just compress it again on save. We can use gitattributes filters and a hook to uncompress on checkout and pre-commit, ensuring that only the (non-binary) xml is committed. This makes diffs and conflict merging (i.e. concurrent production) possible. However, because an als file stores some plugin data in binary, note that merging is limited (if multiple musicians change a plugin, one will ultimately lose their work).

Running git/setup.command will initialize git lfs, configure .als files in the working tree to uncompress as xml on checkout, and install the pre-commit hook. In addition to uncompressing as xml before commit, this hook will attempt to automatically generate dependencies.md with git/dependencies.command. This parses the xml to retrieve the required Ableton Live version and any third-party plugins used in the Live Set.

Inspired by Mark Henry's experiment and danielbayley's Ableton Live Tools

ableton-test's People

Contributors

giojacuzzi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.