Page 1 of 5

SevenDelay

Posted: Fri Sep 27, 2019 11:07 am
by kuacgraxa

Re: SevenDelay

Posted: Fri Sep 27, 2019 1:19 pm
by christobal
Does neither Ardour or Carla support vst3? Can't seem to get it running.

Re: SevenDelay

Posted: Fri Sep 27, 2019 7:41 pm
by stanlea
Alas, no.

Re: SevenDelay

Posted: Sat Sep 28, 2019 11:36 am
by Linuxmusician01
christobal wrote:Does neither Ardour or Carla support vst3? Can't seem to get it running.
There's also a Linux VST for download there. Wouldn't know how to install it from that Zip file though...

Re: SevenDelay

Posted: Sat Sep 28, 2019 4:20 pm
by rghvdberg
Linuxmusician01 wrote:
christobal wrote:Does neither Ardour or Carla support vst3? Can't seem to get it running.
There's also a Linux VST for download there. Wouldn't know how to install it from that Zip file though...
unzip, put the SevenDelay.vst3 folder in ~/.vst3 ,your daw that supports vst3 will find it surely.
Only vst3 capable Linux daws I know of are Bitwig and Reaper.
Maybe Tracktion Waveform 10 ?

Re: SevenDelay

Posted: Sun Sep 29, 2019 6:51 am
by stanlea
Carla seems to have vst3 capabilities, but I don't know if they're really implemented. Carla can't find SevenDelay, in any folder I've tried. I'll ask Falktx about that.

Re: SevenDelay

Posted: Sun Sep 29, 2019 1:37 pm
by Linuxmusician01
stanlea wrote:Carla seems to have vst3 capabilities, but I don't know if they're really implemented. Carla can't find SevenDelay, in any folder I've tried. I'll ask Falktx about that.
If I'm not mistaken then the (experimental?) VST3 support is only in the Windows builds of Carla (yes: there is a Windows version), so unfortunately not available for us Linuxers.

Re: SevenDelay

Posted: Sun Sep 29, 2019 2:25 pm
by rghvdberg
Linuxmusician01 wrote:
stanlea wrote:Carla seems to have vst3 capabilities, but I don't know if they're really implemented. Carla can't find SevenDelay, in any folder I've tried. I'll ask Falktx about that.
If I'm not mistaken then the (experimental?) VST3 support is only in the Windows builds of Carla (yes: there is a Windows version), so unfortunately not available for us Linuxers.
asked about it on irc (#lad)
it is only for windows and mac, and only in 2.1 series (which is not out yet)

Re: SevenDelay

Posted: Sun Sep 29, 2019 4:24 pm
by stanlea
my bad ! I knew that but forgot it.

Re: SevenDelay

Posted: Mon Sep 30, 2019 3:49 am
by milkii
So I asked about the possibility of an LV2 version; https://github.com/ryukau/VSTPlugins/is ... -536373419

Re: SevenDelay

Posted: Mon Sep 30, 2019 10:42 am
by kuacgraxa
milk wrote:So I asked about the possibility of an LV2 version; https://github.com/ryukau/VSTPlugins/is ... -536373419
Very cool will be great :D

[Re:] SevenDelay / SyncSawSynth now LV2

Posted: Mon Oct 14, 2019 7:36 am
by milkii

Re: [Re:] SevenDelay / SyncSawSynth now LV2

Posted: Mon Oct 14, 2019 11:40 am
by kuacgraxa
Wow, that's very good :D :D :D

Re: SevenDelay

Posted: Mon Oct 14, 2019 8:00 pm
by stanlea
I have build errors.

Code: Select all

in file included from ../../distrho/DistrhoUIMain.cpp:24:0:
../../distrho/src/DistrhoUIDSSI.cpp:25:10: fatal error: lo/lo.h: Aucun fichier ou dossier de ce type
 #include <lo/lo.h>
          ^~~~~~~~~
compilation terminated.
../../Makefile.plugins.mk:151: recipe for target '../../build/d_extui/DistrhoUIMain_DSSI.cpp.o' failed
make[2]: *** [../../build/d_extui/DistrhoUIMain_DSSI.cpp.o] Error 1
make[2]: *** Attente des tâches non terminées....
make[2] : on quitte le répertoire « /home/studio/LV2Plugins/lib/DPF/examples/ExternalUI »
Makefile:17: recipe for target 'examples' failed
make[1]: *** [examples] Error 2
make[1] : on quitte le répertoire « /home/studio/LV2Plugins/lib/DPF »
Makefile:9: recipe for target 'dpf' failed
make: *** [dpf] Error 2

Re: SevenDelay

Posted: Mon Oct 14, 2019 8:14 pm
by davephillips
stanlea wrote:I have build errors...
Did you update the DPF submodule ?

Code: Select all

git submodule update --init --recursive
Best,

dp