Skip to content

Inqb8tr-jp/dm-Reverse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Reverse delay, lv2 & vst audio plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.0%
  • Rust 18.9%
  • Shell 8.7%
  • Dockerfile 6.6%
  • HTML 3.8%