Skip to content

Repository files navigation

presetter

An enhanced preset manager external for Max, with naming, pagination, and filters.

Build

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 --recursive

Then 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.mxo

Support

Right 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!

Prototype

The initial prototype was build using v8ui. See prototype-js.

Roadmap

The main feature missing from presetter is interpolation between presets. An upcoming release focused on providing a smooth user interface for this is forthcoming!

About

An enhanced preset manager external for Max/MSP

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages