Skip to content

romi1502/MrFreeze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MrFreeze

MrFreeze is an LV2 Plugin designed for the Mod Duo (although it can be also built for other platforms). This LV2 plugin is an audio effect that provides an infinite sustain pedal for any tonal sound in a way similar as the Electro Harmonix Freeze pedal. A demo of the effect on the Mod Duo can be seen here.

Dependencies

Eigen

This project requires the Eigen library ver 3.3.3. The configure.sh script is made to retrieve it for you. Then, before running the make command, don't forget to execute the configure script.

./configure.sh

Other

sudo apt-get install libfftw3-dev build-essential lv2-dev pkg-config

Docker

For those who aren't running ubuntu, we provide a way to build using docker.

docker build -t mrfreeze .
docker run --rm -v$(pwd):/code mrfreeze make