vcvrack.com - open source modular

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
mongrol
Established Member
Posts: 7
Joined: Fri May 01, 2015 4:23 am

vcvrack.com - open source modular

Post by mongrol »

Found this announced on /r/synthesizers.

https://vcvrack.com/

Source here;

https://github.com/VCVRack

Includes ports of some Mutable Instruments code.

Looks quite tasty.
barbouze
Established Member
Posts: 186
Joined: Tue May 26, 2015 12:26 pm
Has thanked: 2 times
Been thanked: 16 times

Re: vcvrack.com - open source modular

Post by barbouze »

Woah :shock:
I was looking for modal synthesis after reading some messages in the Pure Data mailing list and here is a port of a modal synthesizer AND a modern modular synth! Nice discovery! :D
gimmeapill
Established Member
Posts: 564
Joined: Thu Mar 12, 2015 8:41 am
Has thanked: 44 times
Been thanked: 8 times

Re: vcvrack.com - open source modular

Post by gimmeapill »

Yes, Interesting - thx for posting ;-)
dormirj
Established Member
Posts: 59
Joined: Thu Jul 20, 2017 9:13 am

Re: vcvrack.com - open source modular

Post by dormirj »

this looks really great! now i can try out some modules that were interesting to me for a long time. this would also be interesting to see if it works in tandem with expert sleepers stuff.

greetings and thanks;;;
dormir
User avatar
sysrqer
Established Member
Posts: 2520
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 319 times
Been thanked: 148 times
Contact:

Re: vcvrack.com - open source modular

Post by sysrqer »

This looks amazing, can't wait to see what happens with it.
asbak
Established Member
Posts: 897
Joined: Thu Sep 11, 2014 3:04 pm
Has thanked: 71 times
Been thanked: 64 times

Re: vcvrack.com - open source modular

Post by asbak »

Fantastic find, looks very promising
Some Focal / 20.04 audio packages and resources https://midistudio.groups.io/g/linuxaudio
stanlea
Established Member
Posts: 700
Joined: Wed Apr 25, 2012 9:49 pm
Has thanked: 41 times
Been thanked: 23 times

Re: vcvrack.com - open source modular

Post by stanlea »

Beta announced on september 2017 : it's unfinished.
Gicdillah
Posts: 2
Joined: Sun Jul 09, 2017 4:42 am

Re: vcvrack.com - open source modular

Post by Gicdillah »

What is it? It looks like a modular synth but why it has DAW in it's name?

There are more screenshots here.
mclstr
Established Member
Posts: 48
Joined: Sat Jul 23, 2016 4:10 pm
Contact:

Re: vcvrack.com - open source modular

Post by mclstr »

I'm excited.
My most used synth plugin has been Bazille because it was the closest thing to modular for Linux.
So I can't wait to see this in action.
stanlea
Established Member
Posts: 700
Joined: Wed Apr 25, 2012 9:49 pm
Has thanked: 41 times
Been thanked: 23 times

Re: vcvrack.com - open source modular

Post by stanlea »

On my setup, it doesn't detect other midi than midi through.
Baggypants
Established Member
Posts: 188
Joined: Fri Jul 31, 2015 11:28 pm
Has thanked: 14 times
Been thanked: 8 times

Re: vcvrack.com - open source modular

Post by Baggypants »

Unless I'm missing something, After I compile I only get the Audio and MIDI plugins.
Baggypants
Established Member
Posts: 188
Joined: Fri Jul 31, 2015 11:28 pm
Has thanked: 14 times
Been thanked: 8 times

Re: vcvrack.com - open source modular

Post by Baggypants »

Baggypants
Established Member
Posts: 188
Joined: Fri Jul 31, 2015 11:28 pm
Has thanked: 14 times
Been thanked: 8 times

Re: vcvrack.com - open source modular

Post by Baggypants »

Easier said than done as I had to crash course through git to change branches and pull the submodules :) I know more git now so it's good.
User avatar
khz
Established Member
Posts: 1648
Joined: Thu Apr 17, 2008 6:29 am
Location: German
Has thanked: 42 times
Been thanked: 92 times

Re: vcvrack.com - open source modular

Post by khz »

even if no modules are loaded I have 100 % cpu load. no matter if I take the finished program as well as the source of https://vcvrack.com/ (and git version) and https://github.com/falkTX/Rack.
Is that the same for you guys?
. . . FZ - Does humor belongs in Music?
. . GNU/LINUX@AUDIO ~ /Wiki $ Howto.Info && GNU/Linux Debian installing >> Linux Audio Workstation LAW
  • I don't care about the freedom of speech because I have nothing to say.
User avatar
khz
Established Member
Posts: 1648
Joined: Thu Apr 17, 2008 6:29 am
Location: German
Has thanked: 42 times
Been thanked: 92 times

Re: vcvrack.com - open source modular

Post by khz »

I made this (or with httpits://github.com/falkTX/Rack.git):

Code: Select all

git clone --recursive https://github.com/VCVRack/Rack.git
cd Rack/
git submodule update --init
cd plugins/
git clone --recursive https://github.com/VCVRack/Fundamental.git
cd Fundamental/
git submodule update --init
make
cd ..
git clone --recursive https://github.com/VCVRack/AudibleInstruments.git
cd AudibleInstruments/
git submodule update --init
make
cd ..
git clone --recursive https://github.com/VCVRack/ESeries.git
cd ESeries/
git submodule update --init
make
cd ..
git clone --recursive https://github.com/VCVRack/Befaco.git
cd Befaco/
git submodule update --init
make
cd ../..
cd dep/
make
cd ..
make
and start with

Code: Select all

bla@blubb ~/umaguma/Rack $ make run
and i get 100 % CPU load4nothing. :-(
. . . FZ - Does humor belongs in Music?
. . GNU/LINUX@AUDIO ~ /Wiki $ Howto.Info && GNU/Linux Debian installing >> Linux Audio Workstation LAW
  • I don't care about the freedom of speech because I have nothing to say.
Post Reply