jeremysalwen / kn0ck0ut-LV2

Port of kn0ck0ut to LV2 plugin
http://www.freewebs.com/st3pan0va/
GNU General Public License v3.0
39 stars 5 forks source link

Windows release for Kn0ck0ut V1.12 #6

Open Atekuro95 opened 4 years ago

Atekuro95 commented 4 years ago

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.

jeremysalwen commented 2 years ago

Audacity supports LV2 plugins on windows. You would just need to compile this for windows.

amiamiginal commented 1 year ago

how would I compile for Windows?

jeremysalwen commented 1 year ago

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.

kubinka0505 commented 1 year ago

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