A simple CLI for slicing long samples into Ableton Note / Ableton Move presets
./move-tool slice -i /path/to/your/sample.wav -n 16 -o /Users/your-username/Desktopmove-tool.exe slice -i C:\path\to\your\sample.wav -n 16 -o C:\Users\YourUsername\Desktopmove-tool-macos.zip) to unzip it.In Terminal, type cd (with a space after it), then drag the folder containing the unzipped move-tool into the Terminal window. Press Enter.
Note: The Move Tool CLI is not signed, which means macOS may prevent it from running due to security measures. To run the tool, you'll need to follow these additional steps:
Right-click on the move-tool executable and select "Open" from the context menu. You'll see a security warning. Click "Open" to run the tool for the first time.
If the above method doesn't work, you can try the following:
move-tool being blocked and click "Open Anyway".If you're comfortable using the Terminal, you can remove the quarantine attribute:
xattr -r -d com.apple.quarantine ./move-tool
This command removes the quarantine flag, allowing the tool to run.
Before using the tool, ensure it has the correct permissions. Run the following command in the Terminal:
chmod +x ./move-tool
This sets the executable permission on the file, allowing you to run it from the command line. The chmod +x command is crucial as it grants execute permissions to the file, which is necessary for running command-line tools.
Now you can use Move Tool. For example, to slice a sample, type:
./move-tool slice -i /path/to/your/sample.wav -n 16 -o /Users/your-username/Desktop
Replace /path/to/your/sample.wav with the actual path to your audio file, and /Users/your-username/Desktop with where you want to save the output.
move-tool-windows.zip) and select "Extract All". Choose a location to extract the files.cd (with a space after it), then type the path to the folder where you extracted Move Tool. For example:
cd C:\Users\YourUsername\Downloads\move-toolmove-tool.exe slice -i C:\path\to\your\sample.wav -n 16 -o C:\Users\YourUsername\Desktop
Replace C:\path\to\your\sample.wav with the actual path to your audio file, and C:\Users\YourUsername\Desktop with where you want to save the output.Clone the repo:
sh
git clone https://github.com/alexfedosov/move-tool.git
Navigate to the project directory:
sh
cd move-tool
Install dependencies:
sh
go mod tidy
go run . slice -i <file path> -n <number of samples> -o <output directory>
git checkout -b feature/YourFeature).git commit -m 'Add some feature').git push origin feature/YourFeature).This project is licensed under the MIT License. See the LICENSE file for details.
$ claude mcp add move-tool \
-- python -m otcore.mcp_server <graph>