Skip to content

pruizlezcano/legato

Repository files navigation


Logo

Legato

The manager for your Ableton projects
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License

About The Project

Legato Screen Shot DarkLegato Screen Shot Light

Welcome to Legato, your ultimate manager for Ableton projects!

Legato simplifies project organization and enhances your workflow, allowing you to focus more on your music creation process and less on file management.

(back to top)

Getting Started

Installation

Before you can start using Legato, you'll need to install it on your system. Follow these steps:

  1. Download Legato: Visit the GitHub releases page and download the appropriate version of Legato for your operating system.

  2. Install Legato: Once the download is complete, follow the installation instructions provided in the installation wizard.

  3. Launch Legato: After installation, launch Legato from your applications folder or desktop shortcut.

Note

During the installation you may found some security issues. This ocurs because the installer is not signed by a certificate. When you download a file from the internet, macOS automatically adds a quarantine attribute to it. This attribute is used to trigger certain security measures, such as warning you when you try to open the file, or preventing the file from being opened at all. You can remove the quarantine attribute by running this command in the Terminal app.

xattr -d com.apple.quarantine /Applications/Legato.app

In Windows you can ignore the alert and open Legato normaly.

(back to top)

Adding Ableton Projects

Legato seamlessly integrates with your Ableton projects, providing a centralized platform for managing them. In order to connect Legato to your Ableton projects, follow these steps:

  1. In Legato, open the settings page.
  2. Modify your projects path.
  3. Click on the scan button to start adding your Ableton projects to Legato.

Learn more about the scanning modes here.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

(back to top)