Stochastic synth

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

Post Reply
stanlea
Established Member
Posts: 700
Joined: Wed Apr 25, 2012 9:49 pm
Has thanked: 41 times
Been thanked: 23 times

Stochastic synth

Post by stanlea »

https://github.com/raphaelradna/xenos

A linux build is worth trying imho. Made with Juce.

stanlea
Established Member
Posts: 700
Joined: Wed Apr 25, 2012 9:49 pm
Has thanked: 41 times
Been thanked: 23 times

Re: Stochastic synth

Post by stanlea »

Compilation failed, lots of error.

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

Re: Stochastic synth

Post by Kott »

stanlea wrote: Tue Feb 07, 2023 8:25 am

Compilation failed, lots of error.

Hm, no problems here, compiled and runs fine.

User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 140 times
Been thanked: 348 times

Re: Stochastic synth

Post by LAM »

stanlea wrote: Tue Feb 07, 2023 8:25 am

Compilation failed, lots of error.

Works here too, a bit heavy on CPU though. 8)

in mix, nobody can hear your screen

stanlea
Established Member
Posts: 700
Joined: Wed Apr 25, 2012 9:49 pm
Has thanked: 41 times
Been thanked: 23 times

Re: Stochastic synth

Post by stanlea »

I still have this error

Code: Select all

Package jack was not found in the pkg-config search path.
Perhaps you should add the directory containing `jack.pc'
to the PKG_CONFIG_PATH environment variable
No package 'jack' found
User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 140 times
Been thanked: 348 times

Re: Stochastic synth

Post by LAM »

stanlea wrote: Thu Feb 09, 2023 7:09 pm

I still have this error

Code: Select all

Package jack was not found in the pkg-config search path.
Perhaps you should add the directory containing `jack.pc'
to the PKG_CONFIG_PATH environment variable
No package 'jack' found

do you have libjack-jackd2-dev (or JACK1 libjack-dev) or equivalent installed?

in mix, nobody can hear your screen

stanlea
Established Member
Posts: 700
Joined: Wed Apr 25, 2012 9:49 pm
Has thanked: 41 times
Been thanked: 23 times

Re: Stochastic synth

Post by stanlea »

I checked but there is a mess in my dependencies, I can't install the dev actually. A versioning problem, I'll see. Thanks anyway for helping.

User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 140 times
Been thanked: 348 times

Re: Stochastic synth

Post by LAM »

stanlea wrote: Fri Feb 10, 2023 7:16 pm

I checked but there is a mess in my dependencies, I can't install the dev actually. A versioning problem, I'll see. Thanks anyway for helping.

In case you want to try it anyway, without compiling it, there's a linux build in one of the forks: https://github.com/tank-trax/xenos/releases/tag/v.1.0.0

in mix, nobody can hear your screen

oddy.o.lynx
Established Member
Posts: 115
Joined: Sat Jun 30, 2018 2:54 am
Has thanked: 22 times
Been thanked: 22 times

Re: Stochastic synth

Post by oddy.o.lynx »

There was an issue with exposed symbols, where the plugin would crash a DAW session... I've added some precompiler flags which looks to have corrected it.

There's a new stabler release available.

Instructions to build on Linux

Code: Select all

git clone https://github.com/tank-trax/xenos.git
cd xenos
git checkout linux
git submodule update --init --recursive

Open Xenos-Linux.jucer in Projucer
Save

Code: Select all

cd Builds/LinuxMakefile/
make CONFIG=Release
oddy.o.lynx
Established Member
Posts: 115
Joined: Sat Jun 30, 2018 2:54 am
Has thanked: 22 times
Been thanked: 22 times

Re: Stochastic synth

Post by oddy.o.lynx »

there was a bug with the LV2 in Carla due to incorrect URL which is now fixed

VST3, LV2 and Standalone here

https://github.com/tank-trax/xenos/releases

jquad
Established Member
Posts: 3
Joined: Sun Jul 07, 2019 11:17 am

Re: Stochastic synth

Post by jquad »

what an incredible synth, I love it! It's very musical and weird, works great on AV linux. Thanks a lot!!

Post Reply