Skip to content

Angelo-politek/Multi-delay_vst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DaisyDelay VST Plugin

A simple delay VST plugin for audio processing. This plugin allows users to apply delay effect and panning modulation to audio signals, creating complex echo and ambiance effects. The plugin utilizes DaisySP library functions for efficient digital signal processing.

Features

  • Feedback delay and ping pong delay using DaisySP delay lines
  • Adjustable delay time, feedback, and mix levels
  • Panning modulation with LFO
  • Simple user interface

Building the Plugin

Prerequisites

  • JUCE framework
  • C++ compiler (e.g., Visual Studio, Xcode)
  • VST SDK
  • CMake
  • Git

Steps

  1. Clone the Repository

    git clone https://github.com/your_username/Multi-delay_vst.git
  2. Install Dependencies

    • Download and install the JUCE framework.
    • Download the VST SDK and note the installation path. .
  3. Configure the Project

    • Create the build directory:

      cmake -B build
  4. Build the Plugin

    • Compile the project using CMake:

      cmake --build build -j 8
  5. Install the Plugin

    • Copy the compiled plugin file from the build directory to your DAW's plugin directory.
    • Rescan plugins in your DAW if necessary.

Usage

  • Launch your DAW and insert the Multi-Delay plugin on an audio track.
  • Adjust the delay parameters to achieve the desired effect.

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors