Skip to content

A Pitch shifter plugin implementation using JUCE and rubberband

Notifications You must be signed in to change notification settings

jiemojiemo/rubberband_pitch_shift_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Pitch shifter plugin implementation using JUCE and rubberband

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published