/dm-Octaver

A harsh octave down audio plugin

Primary LanguageRustGNU General Public License v3.0GPL-3.0

dm-Octaver

A harsh octave down effect written in Rust.

Table of contents:

Description

This lv2 plugin has been written to run on Mod devices. In this repository you can find the source code written in Rust and a Docker build tool for the Mod Duo and Mod Dwarf binaries. Follow the steps below to deploy the plugin to your Mod device and/or build for a different Mod platform.

Build

In order to build the binaries you need to have Docker installed. If so, proceed with the following steps:

  • Run ./build.sh in the root directory.
  • Copy/paste the binary of the target platform from the ./out directory into dm-Octaver.lv2

Install instructions

  • Copy the .lv2 folder into your Mod:

    scp -rp <path to dm-Octaver.lv2> root@192.168.51.1:/root/.lv2
    
  • Enter Mod password

  • Reboot Mod

GUI

The GUI was built with the MOD SDK