Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.41 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.41 KB

dm-Reverse

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.

Table of contents:

Mod devices installation

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

LV2 installation

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

VST installation

First go to the vst folder.

Windows:

  1. Run cargo build --release
  2. Copy libdm_reverse.dll in /target/release to your vst plugin folder

Mac

  1. Run cargo build --release
  2. Run ./osx_vst_bundler.sh dm-Reverse target/release/libdm_reverse.dylib
  3. Copy dm-Reverse.vst in the root of this folder to your vst plugin folder