Csound Csound-dev Csound-tekno Search About

[Csnd] CsoundVST and vst4cs opcodes on Linux

Date2017-12-06 16:31
FromMichael Gogins
Subject[Csnd] CsoundVST and vst4cs opcodes on Linux
I have pushed instructions for building the VST features of Csound to
GitHub. You can read them here:

https://github.com/csound/csound/blob/develop/Opcodes/VST4CS_LINUX.md

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-12-07 07:27
FromTarmo Johannes
SubjectRe: [Csnd] CsoundVST and vst4cs opcodes on Linux
Hi,

I am very glad to confirm that it works for me (openSuse Leap 42.3) -  it is a 
great ehnacment, thanks a lot!

Here is a simple csd I used for testing with a vst reverb plugin:



-m3 --displays -odac


sr     = 44100
ksmps  = 32
nchnls = 2

givst      vstinit         "/home/tarmo/muusika/plugins/distrho-mverb-
linux64bit/MVerb-vst.so", 1
                              
vstinfo         givst
;vstedit         givst ; not implemented on Linux yet
                
alwayson 1
instr 1
	vstparamset givst, 0, chnget:k("slider0"); CsoundQt widget
	ain inch 1
	aL, aR vstaudio givst, ain, ain
	outs aL, aR
endin








greetings,
tarmo

On Wednesday, December 6, 2017 6:31:25 PM EET Michael Gogins wrote:
> I have pushed instructions for building the VST features of Csound to
> GitHub. You can read them here:
> 
> https://github.com/csound/csound/blob/develop/Opcodes/VST4CS_LINUX.md
> 
> Regards,
> Mike
> 
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-12-07 18:43
FromMenno Knevel
SubjectRe: [Csnd] CsoundVST and vst4cs opcodes on Linux
Building Csound on Linux with VST support went well. 
But i get a lot of crashes using Blue now, that seems to be libvst related.
I say that because, once i deleted libvst Blue is stable once more.

I have an error log produced by Blue and have attached it here. Perhaps,
Michael, you can have a look at it and it may give a clue to the behavior of
libvst?
hs_err_pid11351.log
  
a second one:
hs_err_pid10736.log
  



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here