Skip to content

[WIP] Pitch correction application written using ImGui and OpenGL 3

License

Notifications You must be signed in to change notification settings

mika314/melonix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

melonix

How hard is it to make melodyne?

Building instructions on Ubuntu 22.04

# install dependencies
sudo apt-get install -y clang pkg-config libfftw3-dev libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libsdl2-dev git
# clone and compile build tool `coddle`
git clone https://github.com/coddle-cpp/coddle.git && cd coddle && ./build.sh
# install `coddle`
sudo ./deploy.sh
cd ..
# clone and build melonix
git clone https://github.com/mika314/melonix.git && cd melonix && coddle
# run
./melonix

Releases

No releases published

Packages

No packages published