SkillAgentSearch skills...

AbletonLiveThemeConverter

No description available

Install / Use

/learn @amydevs/AbletonLiveThemeConverter

README

Ableton Live Theme Converter (AltC)

<a href="https://www.buymeacoffee.com/amydev" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 30px !important;width: 108px !important;" ></a> Rust

AltC is a command line tool built in Rust that converts any Live >= 10 theme to be compatible with any other Live version >= 10. It does this by updating the schema of the XML files, as well as translating between RGBA values to hex color values.

Basic Usage

Web

You can visit https://amydev.me/altc-gui/ to access the web version of the converter.

CLI

|Info|Command| |-|-| |Usage: |altc.exe [Input Theme from Old Version] --to-version (Live Version)| |Example: |altc.exe live10theme.ask --to-version 11| |Example with Directories: |altc.exe ./themes/live10theme.ask --to-version 11|

Note: Please make sure that the filenames have '.ask' on the end.

MacOS Code Signing

As I do not have an Apple developer account, because it is 100 AUD, I cannot sign the MacOS binaries.

This means, that if you are using an M1 based MacOS device, you will not be able to run the altc.aarch64-apple-darwin application.

To get around this, you can either:

  • use the altc.x86_64-apple-darwin download instead
  • or disable SIP (scary!)

Reporting Issues

Please send me emails at ayanamydev@gmail.com if you have any problems or suggestions for improvements (screenshots would be appreciated).

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated2mo ago
Forks1

Languages

Rust

Security Score

90/100

Audited on Jan 15, 2026

No findings