Skip to content

maranedah/pyableton

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages