Max/MSP externals for the Paulstretch extreme time-stretching algorithm.
Download the latest build of the package from the GitHub
Releases page. Unzip
package.zip into your Max Packages directory.
cmake -S . -B build-release -DCMAKE_BUILD_TYPE=Release
cmake --build build-releaseThe Max package you can add to ~/Documents/Max 9/Packages/ is produced under
build-*/package/.
mise automatically manages dev tools and environment setup, and provides
tasks for running common commands.
Install mise.
mise install
mise run configure-release-mac # or mise run configure-release-win
mise run build-release
To list available tasks, run mise tasks.