All SocaLabs plugins open sourced.

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: All SocaLabs plugins open sourced.

Post by funkmuscle »

Kott wrote: Mon Jun 01, 2020 3:20 am @funkmuscle just comment this apt-get stuff from script
Rodney wrote: Mon Jun 01, 2020 2:50 am Cool! I like it, will wait for the LV2 format though. Thanks for sharing!
What is your distro? You can grab lv2 and standalone for openSUSE here https://software.opensuse.org/search?q= ... roject=ALL
I'm on Arch. Thanks
Kott
Established Member
Posts: 818
Joined: Thu Mar 21, 2013 12:55 am
Location: Vladivostok
Has thanked: 65 times
Been thanked: 122 times

Re: All SocaLabs plugins open sourced.

Post by Kott »

I know that you're on Arch ))) I wrote to Rodney

Are you trying to compile by self? I can help if need.
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: All SocaLabs plugins open sourced.

Post by funkmuscle »

Kott wrote: Mon Jun 01, 2020 3:34 am I know that you're on Arch ))) I wrote to Rodney

Are you trying to compile by self? I can help if need.
Yes, I'm building from git and the ./build.sh fails as it's looking for apt-get
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: All SocaLabs plugins open sourced.

Post by funkmuscle »

The Suse binaries work in Ardour but blacklisted in Mixbus32C where I use it. I've cleared the blacklist and cache and the LV2 version shows in plugin list but when launched, I get an error saying could not be loaded, (maybe) check log.

Code: Select all

2020-06-01T12:42:40 [ERROR]: LV2: Failed to instantiate plugin https://socalabs.com/SampleDelay/
nothing else.
Kott
Established Member
Posts: 818
Joined: Thu Mar 21, 2013 12:55 am
Location: Vladivostok
Has thanked: 65 times
Been thanked: 122 times

Re: All SocaLabs plugins open sourced.

Post by Kott »

funkmuscle wrote: Mon Jun 01, 2020 4:02 pm
Kott wrote: Mon Jun 01, 2020 3:34 am I know that you're on Arch ))) I wrote to Rodney

Are you trying to compile by self? I can help if need.
Yes, I'm building from git and the ./build.sh fails as it's looking for apt-get
As you're on Arch you don't need these apg-get for installing Ubuntu dependencen. Just comment this line (s) or delete, and you'll step further.
funkmuscle wrote: Mon Jun 01, 2020 4:44 pm The Suse binaries work in Ardour but blacklisted in Mixbus32C where I use it. I've cleared the blacklist and cache and the LV2 version shows in plugin list but when launched, I get an error saying could not be loaded, (maybe) check log.

Code: Select all

2020-06-01T12:42:40 [ERROR]: LV2: Failed to instantiate plugin https://socalabs.com/SampleDelay/
nothing else.
So VSTs works and LV2 not?
What distro version you have downloaded, Leap 15.1, 15.2 or Tumbleweed?

You can check LV2 with Calra or jalv:

Code: Select all

jalv.gtk https://socalabs.com/CompensatedDelay/
carla-single lv2 https://socalabs.com/CompensatedDelay/
with jackd running
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: All SocaLabs plugins open sourced.

Post by funkmuscle »

Yep that was the first thing I did before posting, I deleted the debian apt-get lines. it still failed and that's when I posted.
jalv.select sees it but will not launch it.
First VST worked then LV2 then none.
This is a fresh install about a month and a half ago as my old pc died. Maybe someone here on Arch got it working but usually when that happens, we get a PKGBUILD setup in Arch's AUR. It ain't there so that usually gets me thinking it can't be built successfully on Arch or there is an issue..
Kott
Established Member
Posts: 818
Joined: Thu Mar 21, 2013 12:55 am
Location: Vladivostok
Has thanked: 65 times
Been thanked: 122 times

Re: All SocaLabs plugins open sourced.

Post by Kott »

what

Code: Select all

jalv.gtk https://socalabs.com/SampleDelay/
says?
I deleted the debian apt-get lines. it still failed
can you show output of failed part?
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: All SocaLabs plugins open sourced.

Post by funkmuscle »

Kott wrote: Tue Jun 02, 2020 4:11 am what

Code: Select all

jalv.gtk https://socalabs.com/SampleDelay/
says?

Code: Select all

$ jalv.gtk https://socalabs.com/SampleDelay/
Plugin:       https://socalabs.com/SampleDelay/
UI:           https://socalabs.com/SampleDelay/#ParentUI
JACK Name:    Sample Delay
Sample rate:  48000 Hz
Block length: 1024 frames
MIDI buffers: 32768 bytes
Comm buffers: 524288 bytes
Update rate:  30.0 Hz

mode = 0.000000
time = 0.001000
samples = 0.001134
Floating point exception (core dumped)
I deleted the debian apt-get lines. it still failed

can you show output of failed part?

Code: Select all

$ ./build.sh
./build.sh: line 4: [: =: unary operator expected
./build.sh: line 11: [: =: unary operator expected
/home/harv/slPlugins

Hash: 331df42233dd0317d5ebe3cca13ad33cb9112688
Response: INVALID PLATFORM
Response: INVALID PLATFORM
Response: INVALID PLATFORM
Response: INVALID PLATFORM
Response: INVALID PLATFORM
Response: INVALID PLATFORM
Response: INVALID PLATFORM
Response: INVALID PLATFORM
Response: INVALID PLATFORM
Kott
Established Member
Posts: 818
Joined: Thu Mar 21, 2013 12:55 am
Location: Vladivostok
Has thanked: 65 times
Been thanked: 122 times

Re: All SocaLabs plugins open sourced.

Post by Kott »

Floating point exception
That's bad. I have no idea yet. What is your CPU?
Hash: 331df42233dd0317d5ebe3cca13ad33cb9112688
Response: INVALID PLATFORM
Ok. It doesn't download prebuilt Projucer. If you really want to build by yourself with LV2 version you have to use JUCE from lv2 fork, build Projucer then modify Makefiles and run make.
User avatar
SpotlightKid
Established Member
Posts: 250
Joined: Sun Jul 02, 2017 1:24 pm
Has thanked: 48 times
Been thanked: 54 times

Re: All SocaLabs plugins open sourced.

Post by SpotlightKid »

funkmuscle wrote: Tue Jun 02, 2020 4:02 am Yep that was the first thing I did before posting, I deleted the debian apt-get lines. it still failed and that's when I posted.
I you look at my first post in this thread, I posted a link to a diff for a fixed version of the build script: viewtopic.php?p=118550#p118550

Alas, as I also wrote there, many plugins do not work on my system either, unless I build them in Debug mode.
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: All SocaLabs plugins open sourced.

Post by funkmuscle »

SpotlightKid wrote: Tue Jun 02, 2020 1:58 pm
funkmuscle wrote: Tue Jun 02, 2020 4:02 am Yep that was the first thing I did before posting, I deleted the debian apt-get lines. it still failed and that's when I posted.
I you look at my first post in this thread, I posted a link to a diff for a fixed version of the build script: viewtopic.php?p=118550#p118550

Alas, as I also wrote there, many plugins do not work on my system either, unless I build them in Debug mode.
SpotlightKid, yes I saw that when you posted so I tried following up in AUR to see if you got things working and had things setup there. :mrgreen:
You're on Arch, I have sampledelay working in Carla but when Carla is used as a plugin, sampledelay crashes
User avatar
ycollette
Established Member
Posts: 87
Joined: Sun Jul 03, 2016 8:53 pm
Has thanked: 14 times
Been thanked: 16 times
Contact:

Re: All SocaLabs plugins open sourced.

Post by ycollette »

Thanks to the work done on OpenSuse, I added Socal plugins in the Fedora 30 / 31 / 32 repository.
You can find some more informations here:
https://copr.fedorainfracloud.org/coprs ... /linuxmao/
Kott
Established Member
Posts: 818
Joined: Thu Mar 21, 2013 12:55 am
Location: Vladivostok
Has thanked: 65 times
Been thanked: 122 times

Re: All SocaLabs plugins open sourced.

Post by Kott »

Thanks to the work done on OpenSuse, I added Socal plugins in the Fedora 30 / 31 / 32 repository.
Cool :)
Does LV2 work for you?
User avatar
ycollette
Established Member
Posts: 87
Joined: Sun Jul 03, 2016 8:53 pm
Has thanked: 14 times
Been thanked: 16 times
Contact:

Re: All SocaLabs plugins open sourced.

Post by ycollette »

I can start a LV2 plugin via jalv_select ...
I will be able to perform deeper test next week. I am working on VirtualBox this week.
Kott
Established Member
Posts: 818
Joined: Thu Mar 21, 2013 12:55 am
Location: Vladivostok
Has thanked: 65 times
Been thanked: 122 times

Re: All SocaLabs plugins open sourced.

Post by Kott »

@ycollette @funkmuscle
I rebuild plugins without webkit2gtk dependency. So they should work in gtk-based hosts ie Ardour, Mixbus, Zrythm

And I confirm that LV2 delay plugins drops FP exception :(
Post Reply