Skip to content

durkinm2/rusty-delay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-delay

A simple delay plugin (VST3, CLAP) to explore different delay styles and implementations. Programmed in Rust using the nih-plug framework.

Build Instructions

  1. Simply run:
cargo xtask bundle rusty_delay --release
  1. Locate VST3 and CLAP files in target/bundled/

  2. Copy these files to your system's plugin directories:

MacOS

  • VST3: ~/Library/Audio/Plug-Ins/VST3/
  • CLAP: ~/Library/Audio/Plug-Ins/CLAP/

Windows

  • VST3: C:\Program Files\Common Files\VST3\
  • CLAP: C:\Program Files\Common Files\CLAP\

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Note: This plugin uses the VST3 bindings from nih-plug which are licensed under GPL-3.0, requiring this project to also be GPL-3.0 compliant.

About

A simple audio delay plugin (VST3, CLAP) built with Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages