Skip to content

laurentNoudohounsi/rubberband_pitch_shift_plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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

Languages

  • C++ 74.5%
  • C 16.6%
  • C# 3.9%
  • Meson 2.6%
  • Shell 0.6%
  • Java 0.6%
  • Other 1.2%