Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 551 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 551 Bytes

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