-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows release for Kn0ck0ut V1.12 #6
Comments
Audacity supports LV2 plugins on windows. You would just need to compile this for windows. |
how would I compile for Windows? |
I don't know if anyone's compiled it successfully for windows. Your first step would be figuring out how to compile the lv2 and fftw libraries for windows. |
i did something with this on ubuntu back in 2021, indeed vst2 would be lifesaving sudo apt-get install git gcc make dpkg gdebi
wget http://ftp.us.debian.org/debian/pool/main/l/lv2-c++-tools/lv2-c++-tools_1.0.5-1_amd64.deb
wget http://ftp.br.debian.org/debian/pool/main/f/fftw3/libfftw3-3_3.3.8-2_amd64.deb
wget http://ftp.us.debian.org/debian/pool/main/l/lv2core/lv2core_6.0+dfsg0-2_all.deb
sudo gdebi lv2-c++-tools_1.0.5-1_amd64.deb
#sudo gdebi libfftw3-3_3.3.8-2_amd64.deb
sudo apt-get install libfftw3-3
sudo gdebi lv2core_6.0+dfsg0-2_all.deb
git clone https://github.com/jeremysalwen/kn0ck0ut-LV2/
cd kn0ck0ut-LV2/
make
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kn0ck0ut LV2 looks kind of interesting, but it would be better if that new version of it would be released for windows so i can use it in audacity, because I honestly don't want to use LV2.
The text was updated successfully, but these errors were encountered: