A reverse delay effect written in Rust. The effect can be compiled to a lv2 or vst plugin. This plugin has been written primarily to run on Mod devices. And because I mainly use this for guitar it's just mono for now.
You can find the plugin for the Mod Dwarf here.
For Mod Duo, follow the lv2 instructions first. Then finish the instructions below.
-
Copy the .lv2 folder into your Mod:
scp -rp <path to dm-Reverse.lv2> [email protected]:/root/.lv2
-
Enter Mod password
-
Reboot Mod
In order to build the binaries you need to have Docker installed. If so, proceed with the following steps:
- Run
./build-lv2.sh
in the root directory. - Copy/paste the binary of the target platform from the
./lv2/out
directory into./lv2/dm-Reverse.lv2
First go to the vst folder.
Windows:
- Run
cargo build --release
- Copy libdm_reverse.dll in /target/release to your vst plugin folder
Mac
- Run
cargo build --release
- Run
./osx_vst_bundler.sh dm-Reverse target/release/libdm_reverse.dylib
- Copy dm-Reverse.vst in the root of this folder to your vst plugin folder