Old 01-14-2021, 09:13 AM   #1
Mcgiver69
Human being with feelings
 
Join Date: Aug 2018
Posts: 334
Default Free Clean Compressor

Here's a free transparent compressor for Linux

https://jonvaudio.com/fircomp/

Enjoy!!
Mcgiver69 is offline   Reply With Quote
Old 01-14-2021, 11:52 AM   #2
Glennbo
Human being with feelings
 
Glennbo's Avatar
 
Join Date: Mar 2008
Location: Planet Earth
Posts: 9,098
Default

Quote:
Originally Posted by Mcgiver69 View Post
Here's a free transparent compressor for Linux

https://jonvaudio.com/fircomp/

Enjoy!!
Hmmmm, both this one and the Flying Delay didn't scan in REAPER for me. They both did show up in the failed to scan list, and clicking them there still didn't get them working. Must be a dependency thing.
__________________
Glennbo
Hear My Music - Click Me!!!
--
Glennbo is offline   Reply With Quote
Old 01-14-2021, 01:19 PM   #3
Mcgiver69
Human being with feelings
 
Join Date: Aug 2018
Posts: 334
Default

Yeah they didn't but I installed the win version and ran them using LinVst and hey worked. They are so CPU light you can use them with LinVst if the Linux version doesn't work.
Mcgiver69 is offline   Reply With Quote
Old 01-14-2021, 02:59 PM   #4
Glennbo
Human being with feelings
 
Glennbo's Avatar
 
Join Date: Mar 2008
Location: Planet Earth
Posts: 9,098
Default

For now, I'm just leaving the native Linux versions in place, and maybe they'll show up some day. It's happened before when I fixed a problem with some other plugin and suddenly Surge popped up and worked after I had forgotten about it for months.
__________________
Glennbo
Hear My Music - Click Me!!!
--
Glennbo is offline   Reply With Quote
Old 01-14-2021, 03:11 PM   #5
JamesPeters
Human being with feelings
 
Join Date: Aug 2011
Location: Near a big lake
Posts: 3,943
Default

You can try (using Terminal in the VST plugin folder, where the file is):

ldd (name_of_plugin.so)

Find out if you're missing a dependency.

Both plugins worked for me in Manjaro 20.2.1
JamesPeters is offline   Reply With Quote
Old 01-14-2021, 03:42 PM   #6
Glennbo
Human being with feelings
 
Glennbo's Avatar
 
Join Date: Mar 2008
Location: Planet Earth
Posts: 9,098
Default

Quote:
Originally Posted by JamesPeters View Post
You can try (using Terminal in the VST plugin folder, where the file is):

ldd (name_of_plugin.so)

Find out if you're missing a dependency.

Both plugins worked for me in Manjaro 20.2.1
I had done that and the one that looked suspicious to me was this line,

/lib64/ld-linux-x86-64.so.2 (0x00007f56a9e8e000)

Code:
        linux-vdso.so.1 (0x00007ffce70dc000)
	libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f56a94d3000)
	libcurl.so.4 => /usr/lib/x86_64-linux-gnu/libcurl.so.4 (0x00007f56a9442000)
	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f56a9437000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f56a9431000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f56a940e000)
	libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f56a922d000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f56a90dc000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f56a90c1000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f56a8ecf000)
	libpng16.so.16 => /usr/lib/x86_64-linux-gnu/libpng16.so.16 (0x00007f56a8e97000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f56a8e7b000)
	libnghttp2.so.14 => /usr/lib/x86_64-linux-gnu/libnghttp2.so.14 (0x00007f56a8e52000)
	libidn2.so.0 => /usr/lib/x86_64-linux-gnu/libidn2.so.0 (0x00007f56a8e2f000)
	librtmp.so.1 => /usr/lib/x86_64-linux-gnu/librtmp.so.1 (0x00007f56a8e0f000)
	libssh.so.4 => /usr/lib/x86_64-linux-gnu/libssh.so.4 (0x00007f56a8da1000)
	libpsl.so.5 => /usr/lib/x86_64-linux-gnu/libpsl.so.5 (0x00007f56a8d8e000)
	libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007f56a8cfb000)
	libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007f56a8a25000)
	libgssapi_krb5.so.2 => /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2 (0x00007f56a89d6000)
	libldap_r-2.4.so.2 => /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2 (0x00007f56a8980000)
	liblber-2.4.so.2 => /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2 (0x00007f56a896f000)
	libbrotlidec.so.1 => /usr/lib/x86_64-linux-gnu/libbrotlidec.so.1 (0x00007f56a8961000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f56a9e8e000)
	libunistring.so.2 => /usr/lib/x86_64-linux-gnu/libunistring.so.2 (0x00007f56a87df000)
	libgnutls.so.30 => /usr/lib/x86_64-linux-gnu/libgnutls.so.30 (0x00007f56a8607000)
	libhogweed.so.5 => /usr/lib/x86_64-linux-gnu/libhogweed.so.5 (0x00007f56a85cf000)
	libnettle.so.7 => /usr/lib/x86_64-linux-gnu/libnettle.so.7 (0x00007f56a8595000)
	libgmp.so.10 => /usr/lib/x86_64-linux-gnu/libgmp.so.10 (0x00007f56a8511000)
	libkrb5.so.3 => /usr/lib/x86_64-linux-gnu/libkrb5.so.3 (0x00007f56a8434000)
	libk5crypto.so.3 => /usr/lib/x86_64-linux-gnu/libk5crypto.so.3 (0x00007f56a8401000)
	libcom_err.so.2 => /lib/x86_64-linux-gnu/libcom_err.so.2 (0x00007f56a83fa000)
	libkrb5support.so.0 => /usr/lib/x86_64-linux-gnu/libkrb5support.so.0 (0x00007f56a83eb000)
	libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f56a83cf000)
	libsasl2.so.2 => /usr/lib/x86_64-linux-gnu/libsasl2.so.2 (0x00007f56a83b2000)
	libgssapi.so.3 => /usr/lib/x86_64-linux-gnu/libgssapi.so.3 (0x00007f56a836d000)
	libbrotlicommon.so.1 => /usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1 (0x00007f56a834a000)
	libp11-kit.so.0 => /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 (0x00007f56a8212000)
	libtasn1.so.6 => /usr/lib/x86_64-linux-gnu/libtasn1.so.6 (0x00007f56a81fc000)
	libkeyutils.so.1 => /lib/x86_64-linux-gnu/libkeyutils.so.1 (0x00007f56a81f5000)
	libheimntlm.so.0 => /usr/lib/x86_64-linux-gnu/libheimntlm.so.0 (0x00007f56a81e9000)
	libkrb5.so.26 => /usr/lib/x86_64-linux-gnu/libkrb5.so.26 (0x00007f56a8156000)
	libasn1.so.8 => /usr/lib/x86_64-linux-gnu/libasn1.so.8 (0x00007f56a80ad000)
	libhcrypto.so.4 => /usr/lib/x86_64-linux-gnu/libhcrypto.so.4 (0x00007f56a8075000)
	libroken.so.18 => /usr/lib/x86_64-linux-gnu/libroken.so.18 (0x00007f56a805c000)
	libffi.so.7 => /usr/lib/x86_64-linux-gnu/libffi.so.7 (0x00007f56a8050000)
	libwind.so.0 => /usr/lib/x86_64-linux-gnu/libwind.so.0 (0x00007f56a8026000)
	libheimbase.so.1 => /usr/lib/x86_64-linux-gnu/libheimbase.so.1 (0x00007f56a8012000)
	libhx509.so.5 => /usr/lib/x86_64-linux-gnu/libhx509.so.5 (0x00007f56a7fc4000)
	libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007f56a7e9b000)
	libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007f56a7e60000)
__________________
Glennbo
Hear My Music - Click Me!!!
--
Glennbo is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 05:39 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.