Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theokyr/ablesharp

Cross-platform .NET toolkit for creating and manipulating Ableton Live project files (.als)
https://github.com/theokyr/ablesharp

ableton avalonia c-sharp dotnet

Last synced: about 4 hours ago
JSON representation

Cross-platform .NET toolkit for creating and manipulating Ableton Live project files (.als)

Awesome Lists containing this project

README

        

# AbleSharp

A cross-platform .NET toolkit for creating and manipulating Ableton Live project files (.als).

![Screenshot of AbleSharp.GUI](docs/ablesharp-gui.png)

## Structure

- **AbleSharp.Lib**: Core library implementing the Ableton Live Set format
- **AbleSharp.SDK**: High-level API for integrating AbleSharp into applications
- **AbleSharp.CLI**: Command-line interface for basic file operations
- **AbleSharp.GUI**: Desktop application for visual project manipulation, built with Avalonia