Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/theokyr/ablesharp
- Owner: theokyr
- Created: 2025-01-08T22:25:05.000Z (4 days ago)
- Default Branch: master
- Last Pushed: 2025-01-12T22:56:59.000Z (about 9 hours ago)
- Last Synced: 2025-01-12T23:29:09.331Z (about 8 hours ago)
- Topics: ableton, avalonia, c-sharp, dotnet
- Language: C#
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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