Skip to content

StephanWidor/pitchtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pitchtool

A JUCE based audio plugin (vst3, lv2) for pitching your voice up or down.

pitchtool.mp4

Build

Building has been tested successfully on Manjaro Linux using gcc11.2. clang13 does not work because of missing parts of c++20 ranges and concepts. Other compilers or OSes might or might not work.

git clone git@github.com:StephanWidor/pitchtool.git
cd pitchtool
git submodule update --init --recursive
mkdir build
cd build
cmake ..
cmake --build .

After successful build, Standalone app, LV2, and VST3 plugin can be found in folder build/juce/jucepitchtool_artefacts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages