A simple CLI for slicing long samples into Ableton Note / Ableton Move presets
-
Ensure that you have Go 1.22 installed.
-
Clone the repo:
git clone https://github.com/alexfedosov/move-tool.git
-
Navigate to the project directory:
cd move-tool
-
Install dependencies:
go mod tidy
go run . slice -i <file path> -n <number of samples> -o <output directory>
Lets say you have prepared a long wav sample with up to 16 sounds of equal length. To slice it up into .ablpresetbundle you need to run the tool as
go run . slice -i my-sample.wav -n 16 -o /Users/alex/Desktop
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.