A package to build Ableton Live sets programmatically.
Project description
AbletonSetBuilder - Build Ableton sets using Python
This package helps building Ableton Live sets.
To start with this package, initialize the class with an existing Ableton Live set, to be used as a template:
from ableton_set_builder import AbletonSetBuilder, ColorsDir
builder = AbletonSetBuilder('path/to/template.als') # parses both compressed and uncompressed .als sets
The following functions are available:
builder.create_audio_track("Track Name", "salmon")
builder.add_scene("101", "scene 101")
xml = builder.to_xml() # compile set to XML
builder.build_als('path/to/output') # compile set to compressed ALS
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ableton_set_builder-0.1.0.tar.gz
(19.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ableton_set_builder-0.1.0.tar.gz.
File metadata
- Download URL: ableton_set_builder-0.1.0.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac3ac52a42902edea233e25b18933ee996cbd25d0a23d35340ba656920c558ee
|
|
| MD5 |
32e3c2267c8bfe5fa361f61f951a891b
|
|
| BLAKE2b-256 |
8732925375eb7e0949a9aabcf1a77622f5ecb6dde340ebbd97bacec996c01648
|
File details
Details for the file ableton_set_builder-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ableton_set_builder-0.1.0-py3-none-any.whl
- Upload date:
- Size: 19.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1405fafa97058ecf72f50b752051f6114c81f8449ddc4b9d955d1e50614f1d8a
|
|
| MD5 |
9ab04b2c5d6c25f3fecba4c6ec0da65c
|
|
| BLAKE2b-256 |
56c1cf8c412d5b3ac54bfa8b83cbdc7d96cd49172717da04897b705353458647
|