LV2 pitchshifting plugin from https://github.com/9exa/Mengubah with a simplified build system
Go to file
rysertio 888cf848bf Update 'README.md' 2023-10-29 01:52:50 +00:00
.gitignore init 2023-10-29 07:15:42 +06:00
LICENSE.txt add license and readme 2023-10-29 07:50:35 +06:00
Makefile init 2023-10-29 07:15:42 +06:00
README.md Update 'README.md' 2023-10-29 01:52:50 +00:00
common.h init 2023-10-29 07:15:42 +06:00
correlation.cpp init 2023-10-29 07:15:42 +06:00
correlation.h init 2023-10-29 07:15:42 +06:00
cyclequeue.h init 2023-10-29 07:15:42 +06:00
effect.cpp init 2023-10-29 07:15:42 +06:00
effect.h init 2023-10-29 07:15:42 +06:00
fastmath.h init 2023-10-29 07:15:42 +06:00
fft.cpp init 2023-10-29 07:15:42 +06:00
fft.h init 2023-10-29 07:15:42 +06:00
filter.cpp init 2023-10-29 07:15:42 +06:00
filter.h init 2023-10-29 07:15:42 +06:00
formantshifter.cpp init 2023-10-29 07:15:42 +06:00
formantshifter.h init 2023-10-29 07:15:42 +06:00
interpolation.h init 2023-10-29 07:15:42 +06:00
linalg.cpp init 2023-10-29 07:15:42 +06:00
linalg.h init 2023-10-29 07:15:42 +06:00
loudness.cpp init 2023-10-29 07:15:42 +06:00
loudness.h init 2023-10-29 07:15:42 +06:00
lv2.h init 2023-10-29 07:15:42 +06:00
mengubah_lv2.cpp init 2023-10-29 07:15:42 +06:00
mengumath.h init 2023-10-29 07:15:42 +06:00
miniaudio.h init 2023-10-29 07:15:42 +06:00
pitchshifter.cpp init 2023-10-29 07:15:42 +06:00
pitchshifter.h init 2023-10-29 07:15:42 +06:00
sampling.cpp init 2023-10-29 07:15:42 +06:00
sampling.h init 2023-10-29 07:15:42 +06:00
singletons.h init 2023-10-29 07:15:42 +06:00
timestretcher.cpp init 2023-10-29 07:15:42 +06:00
timestretcher.h init 2023-10-29 07:15:42 +06:00
vecdeque.h init 2023-10-29 07:15:42 +06:00

README.md

Mengubah

This repo simplifies the mengubah plug-ins build system.