/rubberband_pitch_shift_plugin

A Pitch shifter plugin implementation using JUCE and rubberband

Primary LanguageC++

Overview

A Pitch shifter plugin implementation using JUCE and rubberband gif png

How to build

  1. Download JUCE source code
  2. Set JUCE_SOURCE_DIR to your JUCE source directory in CMakeLists.txt line 5
  3. Run cmake config & build
    cmake -S . -B build
    cmake --build build
  4. After build, you can find vst3 plugin in build/plugin/VST3