An enhanced preset manager external for Max, with naming, pagination, and filters.
First clone the repository along with submodules:
cd /path/to/Max\ 9/Packages/
# HTTP
git clone https://github.com/hiamani/presetter.git --recursive
# SSH
git clone git@github.com:hiamani/presetter.git --recursiveThen build:
mkdir build
cd build
cmake ..
cmake --build .If you're on an M-class Mac, you'll need to codesign the presetter external:
# From the project root
codesign --force --deep -s - externals/presetter.mxoRight now the build is only optimized for MacOS architecture. If you're a Windows user please open an issue and we can work through building this for your platform!
The initial prototype was build using v8ui. See prototype-js.
The main feature missing from presetter is interpolation between presets. An upcoming release focused on providing a smooth user interface for this is forthcoming!
