fircomp Free compressor with perfect curves

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

Post Reply
User avatar
sunrat
Established Member
Posts: 919
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 151 times
Been thanked: 244 times

Re: fircomp Free compressor with perfect curves

Post by sunrat »

It does indeed look interesting but I just tried the Linux version and it was instantly blacklisted in Mixbus and didn't show in Carla. The Win version comes as a .vst file rather than a .dll so LinVST didn't recognise it either.
Hopefully someone can get it working and share. I like its non-skeuomorphic interface for starters.
tavasti
Established Member
Posts: 2056
Joined: Tue Feb 16, 2016 6:56 am
Location: Kangasala, Finland
Has thanked: 372 times
Been thanked: 209 times
Contact:

Re: fircomp Free compressor with perfect curves

Post by tavasti »

sunrat wrote: Tue Feb 16, 2021 9:18 am It does indeed look interesting but I just tried the Linux version and it was instantly blacklisted in Mixbus and didn't show in Carla. The Win version comes as a .vst file rather than a .dll so LinVST didn't recognise it either.
Hopefully someone can get it working and share. I like its non-skeuomorphic interface for starters.
Doesn't look like loading:

Code: Select all

tavasti@hermo:~/Downloads/foo$ carla-single native vst3 FirComp.vst3/Contents/x86_64-linux/FirComp.so 
['/usr/lib/carla/carla-bridge-native', 'vst3', 'FirComp.vst3/Contents/x86_64-linux/FirComp.so', '(none)', '0']
libjack.so.0 loaded successfully!
Plugin failed to load, error was:
Failed to get plugin description

Linux veteran & Novice musician

Latest track: https://www.youtube.com/watch?v=ycVrgGtrBmM

User avatar
sunrat
Established Member
Posts: 919
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 151 times
Been thanked: 244 times

Re: fircomp Free compressor with perfect curves

Post by sunrat »

Worth a bug report. It's a shame to have a Linux version which doesn't work under Linux. I would like to try it as it looks good.

What distro did you try it on @tavasti ? It says it's built on Ubuntu 18.04 which should be compatible with my Debian Buster. I got exactly the same error as you did.
Last edited by sunrat on Tue Feb 16, 2021 11:17 am, edited 1 time in total.
Kott
Established Member
Posts: 820
Joined: Thu Mar 21, 2013 12:55 am
Location: Vladivostok
Has thanked: 65 times
Been thanked: 124 times

Re: fircomp Free compressor with perfect curves

Post by Kott »

Works fine here. If something doesn't loads - do check the libraries with ldd ./plugin.so

AFAIK according JUCE license the code of this plugin must be opened. I'm doubt that authors have the commercial or indie JUCE license.
Kott
Established Member
Posts: 820
Joined: Thu Mar 21, 2013 12:55 am
Location: Vladivostok
Has thanked: 65 times
Been thanked: 124 times

Re: fircomp Free compressor with perfect curves

Post by Kott »

tavasti wrote: Tue Feb 16, 2021 10:21 am
sunrat wrote: Tue Feb 16, 2021 9:18 am It does indeed look interesting but I just tried the Linux version and it was instantly blacklisted in Mixbus and didn't show in Carla. The Win version comes as a .vst file rather than a .dll so LinVST didn't recognise it either.
Hopefully someone can get it working and share. I like its non-skeuomorphic interface for starters.
Doesn't look like loading:

Code: Select all

tavasti@hermo:~/Downloads/foo$ carla-single native vst3 FirComp.vst3/Contents/x86_64-linux/FirComp.so 
['/usr/lib/carla/carla-bridge-native', 'vst3', 'FirComp.vst3/Contents/x86_64-linux/FirComp.so', '(none)', '0']
libjack.so.0 loaded successfully!
Plugin failed to load, error was:
Failed to get plugin description
vst3 plugins must be opened with path to the bundle, not the library's binary:

carla-single vst3 FirComp.vst3
Last edited by Kott on Tue Feb 16, 2021 11:20 am, edited 1 time in total.
User avatar
sysrqer
Established Member
Posts: 2523
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 320 times
Been thanked: 151 times
Contact:

Re: fircomp Free compressor with perfect curves

Post by sysrqer »

It works here for me as well in Reaper.
User avatar
sunrat
Established Member
Posts: 919
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 151 times
Been thanked: 244 times

Re: fircomp Free compressor with perfect curves

Post by sunrat »

Kott wrote: Tue Feb 16, 2021 10:59 am vst3 plugins must be opened with path to the bundle, not the library's binary:

carla-single vst3 FirComp.vst3
Aah, ok:

Code: Select all

$ carla-single vst3 FirComp.vst3
['/usr/lib/carla/carla-bridge-native', 'vst3', 'FirComp.vst3', '(none)', '0']
libjack.so.0 loaded successfully!
JUCE Assertion failure in juce_AudioPluginInstance.cpp:203
Previous plugin state in '/home/roger/.vst/FirComp.carxs' is non-existent, will start from default state
GUI appears, now to see if it works.
Still have that "JUCE Assertion failure"
Last edited by sunrat on Tue Feb 16, 2021 11:39 am, edited 2 times in total.
tavasti
Established Member
Posts: 2056
Joined: Tue Feb 16, 2016 6:56 am
Location: Kangasala, Finland
Has thanked: 372 times
Been thanked: 209 times
Contact:

Re: fircomp Free compressor with perfect curves

Post by tavasti »

Kott wrote: Tue Feb 16, 2021 10:59 am vst3 plugins must be opened with path to the bundle, not the library's binary:

carla-single vst3 FirComp.vst3
Oh, my bad! Yes, plugin seems to be workin!

Linux veteran & Novice musician

Latest track: https://www.youtube.com/watch?v=ycVrgGtrBmM

Kott
Established Member
Posts: 820
Joined: Thu Mar 21, 2013 12:55 am
Location: Vladivostok
Has thanked: 65 times
Been thanked: 124 times

Re: fircomp Free compressor with perfect curves

Post by Kott »

sunrat wrote: Tue Feb 16, 2021 11:29 am The Win version is FirComp.vst3, the Linux is FirComp.so
I tried on the Win version (I have WINE):
Linux version is a vst3 "bundle" - directory with proper structure:

```
tree FirComp.vst3
FirComp.vst3
└── Contents
└── x86_64-linux
└── FirComp.so
```

and should be open as a bundle, not .so directly.
User avatar
sunrat
Established Member
Posts: 919
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 151 times
Been thanked: 244 times

Re: fircomp Free compressor with perfect curves

Post by sunrat »

Kott wrote: Tue Feb 16, 2021 11:35 am
sunrat wrote: Tue Feb 16, 2021 11:29 am The Win version is FirComp.vst3, the Linux is FirComp.so
I tried on the Win version (I have WINE):
Linux version is a vst3 "bundle" - directory with proper structure:

```
tree FirComp.vst3
FirComp.vst3
└── Contents
└── x86_64-linux
└── FirComp.so
```

and should be open as a bundle, not .so directly.
How unintuitive. I haven't dealt with vst3 before.

Edit: working! Thanks Kott! 8)
User avatar
sunrat
Established Member
Posts: 919
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 151 times
Been thanked: 244 times

Re: fircomp Free compressor with perfect curves

Post by sunrat »

I sorted out loading in Mixbus too, thanks to the helpful message and link to VST3 specifications in Preferences > Plugins > VST. It has to go in ~/.vst3 not ~/vst for user, or for global /usr/lib/vst3/ or /usr/local/lib/vst3/ . Source - https://steinbergmedia.github.io/vst3_d ... #pluginloc
Post Reply