ragnaringi / pineapple-runtime

Run-time environment for controlling Ableton Live sets via pineapple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pineapple-runtime

pineapple-runtime

Run-time environment for controlling Ableton Live sets via pineapple.

Prerequisites

Installation

Clone pineapple-runtime and install necessary dependencies:

git clone https://github.com/alexanderwallin/pineapple-runtime
cd pineapple-runtime
python setup.py install

Note that pylive uses pyliblo, which in turn uses the liblo C library, so you might have to install that first.

Usage

  1. Open up the Ableton Live set
  2. Run python src/run.py
  3. Hear the set being modified on every beat
  4. Edit and save a reducer file in any text editor, and it will be hot-reloaded, making it's modification to the set to apply immediately

About

Run-time environment for controlling Ableton Live sets via pineapple


Languages

Language:Python 100.0%