unloop is a looper that uses generative modeling to not repeat itself.
watch a demo video here: https://youtu.be/yzBI8Vcjd2s.
unlooper leverages the power of VampNet, a masked generative model for music, to generate variations of loop a musician has recorded, creating a more interactive and fun experience than using a traditional looper.
Setup
unloop is a Max patch, but it requires python to contact the huggingface space that hosts the VampNet model to generate the variations.
First, clone the repo
git clone https://github.com/hugofloresgarcia/unloop.git
cd unloop
Then, install the local python package.
NOTE: you’ll need to know the path to the Python installation where you installed the vamp package