Skip to main content

A compact package to parse Ableton .als files

Project description

Ableton Parser Library for Python

Python version

A Python library for parsing and working with Ableton Live files (.als). This library provides functionality to extract information from Ableton Live projects, making it easier to analyze, manipulate, and interact with Ableton Live sets programmatically.

Features

  • Parse Ableton Live Files: Extract information from Ableton Live project files (.als).
  • Retrieve Track and Clip Data: Access track information, clip details, and other relevant data.
  • Flexible and Extensible: Designed for ease of use and extensibility for custom use cases.

Installation

pip install pyableton

Usage

from pyableton import Ableton

# Initialize the parser with the path to your Ableton Live file
ableton_data = Ableton("path/to/your/project.als")

# Save Ableton data as midi file
ableton_data.to_midi("output_file.midi")

For detailed usage instructions and API documentation, please refer to the documentation (WIP).

Contributing

We welcome contributions! If you find a bug, have a feature request, or would like to contribute code, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyableton-0.0.11.tar.gz (616.4 kB view hashes)

Uploaded Source

Built Distribution

pyableton-0.0.11-py3-none-any.whl (18.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page