{"id":16259626,"url":"https://github.com/trobonox/abletonconvert","last_synced_at":"2025-08-01T07:37:07.395Z","repository":{"id":44882600,"uuid":"309730376","full_name":"trobonox/abletonconvert","owner":"trobonox","description":"Converter for Ableton Live 10.1.x Projects to Version 10.0.x to ensure backwards compatibility","archived":false,"fork":false,"pushed_at":"2022-06-11T21:16:01.000Z","size":60,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T06:51:12.858Z","etag":null,"topics":["ableton","ableton-live","abletonlive","convert","converter","daw","launchpad","live"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trobonox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-03T15:33:46.000Z","updated_at":"2025-03-21T00:24:51.000Z","dependencies_parsed_at":"2022-09-09T22:50:07.697Z","dependency_job_id":null,"html_url":"https://github.com/trobonox/abletonconvert","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/trobonox/abletonconvert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trobonox%2Fabletonconvert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trobonox%2Fabletonconvert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trobonox%2Fabletonconvert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trobonox%2Fabletonconvert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trobonox","download_url":"https://codeload.github.com/trobonox/abletonconvert/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trobonox%2Fabletonconvert/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268185565,"owners_count":24209394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ableton","ableton-live","abletonlive","convert","converter","daw","launchpad","live"],"created_at":"2024-10-10T16:03:57.239Z","updated_at":"2025-08-01T07:37:07.345Z","avatar_url":"https://github.com/trobonox.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AbletonConvert\n![Build](https://github.com/trobonox/abletonconvert/workflows/Build/badge.svg)\n![Codacy Badge](https://img.shields.io/codacy/grade/7aaa8befa9f34ac79f9834597e5f6b4a)\n![License](https://img.shields.io/github/license/trobonox/abletonconvert)\n![Release](https://img.shields.io/github/v/release/trobonox/abletonconvert)\n\n\nAbletonConvert is a Tool that allows you to use Ableton Live 10.1.x Files in Version 10.0.x. This is especially useful for people who want to get better performance in Ableton Projects which don't use the new features of Live 10.1. A good example are Launchpad Covers with complex Lightshows, which get a performance boost in 10.0.x.\n\nPlease note: as there is no high demand for this software anymore, it is not being maintained. If you find a critical bug you can report it by opening an issue and it will probably get fixed.\n\n## Getting started\nPrerequisites: to run the Tool, you need to make sure that you have the .NET Core SDK/Runtime installed. You can download it here: https://dotnet.microsoft.com/download/.\n\n-  Download the latest release: https://github.com/trobonox/AbletonConvert/releases\n-  Unpack the .zip/.tar.gz\n-  Open the folder you just unpacked\n-  Double click **AbletonConvert** (.exe on Windows, Unix Executable on Linux - not the .dll)\n-  You will get a prompt for the file path: navigate to the file you want to convert and either drag and drop it onto the converter window, or paste the full path in manually\n-  Press Enter and wait until the conversion process is done. (You should get a message saying \"Done.\")\n-  You will find the converted file in the same folder as the original file. On Linux the converted file may be found in a different folder (usually one folder above original file).\n\nAfter the conversion process is done, you should be able to open the .als file in Live 10.0.x without getting any errors. (Searching for missing media files may be needed).\n\n## Support\nHave any problems? Here's some stuff to help you out:\n-  If you think you found a bug or want to suggest a feature: open an **Issue**\n-  I can occasionally offer further support on my Discord server: https://discord.gg/ggNQkqAeRN\n\n## Build from Source\nTo build this tool, follow these instructions:\n1. Download and install [.NET Core SDK](https://www.microsoft.com/net/download)\n2. Clone this repo\n3. On Windows, you can run /build/build.cmd and get the output in /src/bin/release\n4. On Linux you can manually build using `dotnet publish` or `dotnet build` (script for Linux will be published when available).\n\n\n## Contributing\nThank you for being interested in contributing to the project!\nEveryone is welcome to contribute, but before you start coding anything, please discuss the changes you'd like to make via issue or Discord.\nPlease also include a brief description that includes these points:\n-  What do you want to add/change? Use a clear and descriptive title.\n-  Describle the new feature/bugfix briefly. If your contribution is a bugfix, please explain which behavior you expected to see.\n-  How well does your implementation work? Did you test it successfully before submitting it?\n-  Provide short information about your OS and development environment.\n-  _optional, but recommended:_ Additional context that might help me understand what you want to contribute. \n\n## License\n``` \nCopyright 2020 - 2022 Trobonox (trobonox.dev@gmail.com)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n```\n-  http://www.apache.org/licenses/LICENSE-2.0\n\n```\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n## Misc\n**For warranty and liability terms, please refer to chapters \"Disclaimer of Warranty\" and \"Limitation of Liability\" of the Apache License 2.0.**\n\nNotice of Non-Affiliation and Disclaimer: **I am not affiliated, associated, authorized, endorsed by, or in any way officially connected with Ableton AG, or any of its subsidiaries or its affiliates. The official Ableton website can be found at https://ableton.com.**\n\n**The name Ableton® as well as related names, marks, emblems and images are registered trademarks of Ableton AG.**\n\nLinks to other websites: **Links to websites of third parties are provided to you as an additional service. These websites are completely independent and outside the control of Trobonox. Trobonox is not liable for the content of any of these third-party websites that are accessed from the github repository, and assumes no responsibility for the content, data protection provisions or use of such websites.**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrobonox%2Fabletonconvert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrobonox%2Fabletonconvert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrobonox%2Fabletonconvert/lists"}