Csound Csound-dev Csound-tekno Search About

[Csnd] downloading csoundvst

Date2009-09-19 13:00
FromAtte Andre Jensen
Subject[Csnd] downloading csoundvst
Hi

Where can I download csoundvst? I'd like to see where things stand under 
linux...

Date2009-09-19 16:26
FromMichael Gogins
Subject[Csnd] Re: downloading csoundvst
There is a Windows installer at www.michael-gogins.com. You could try
it under Wine. To get a native Linux CsoundVST, you should just get
the VST SDK from Steinberg and then build CsoundVST using SCons (the
target already exists).

Hope this helps,
Mike

On 9/19/09, Atte Andre Jensen  wrote:
> Hi
>
> Where can I download csoundvst? I'd like to see where things stand under
> linux...
>
> --
> Atte
>
> http://atte.dk   http://modlys.dk   http://virb.com/atte
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2009-09-19 23:06
FromAtte Andre Jensen
Subject[Csnd] Re: Re: downloading csoundvst
Michael Gogins wrote:

> There is a Windows installer at www.michael-gogins.com. You could try
> it under Wine. To get a native Linux CsoundVST, you should just get
> the VST SDK from Steinberg and then build CsoundVST using SCons (the
> target already exists).

It seems the source is not included with the .exe from your site. Og do 
you mean I should get regular csound (from cvs) and build that? In that 
case it seems neiher CsoundVST or csoundvst exists as targets.

Sorry for being stupid...

Date2009-09-19 23:45
FromMichael Gogins
Subject[Csnd] Re: Re: Re: downloading csoundvst
Correct, the installer does not include the targets.

SConstruct and the sources do include CsoundVST, but you have to
follow the instructions in csound-build.tex (which is for Windows, but
for CsoundVST it would be the same on Linux).

Hope this helps,
Mike

On 9/19/09, Atte Andre Jensen  wrote:
> Michael Gogins wrote:
>
>> There is a Windows installer at www.michael-gogins.com. You could try
>> it under Wine. To get a native Linux CsoundVST, you should just get
>> the VST SDK from Steinberg and then build CsoundVST using SCons (the
>> target already exists).
>
> It seems the source is not included with the .exe from your site. Og do
> you mean I should get regular csound (from cvs) and build that? In that
> case it seems neiher CsoundVST or csoundvst exists as targets.
>
> Sorry for being stupid...
>
> --
> Atte
>
> http://atte.dk   http://modlys.dk   http://virb.com/atte
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2009-09-19 23:46
FromMichael Gogins
Subject[Csnd] Re: Re: Re: downloading csoundvst
Correction: the windows installer does not include the SOURCES.

Regards,
Mike

On 9/19/09, Michael Gogins  wrote:
> Correct, the installer does not include the targets.
>
> SConstruct and the sources do include CsoundVST, but you have to
> follow the instructions in csound-build.tex (which is for Windows, but
> for CsoundVST it would be the same on Linux).
>
> Hope this helps,
> Mike
>
> On 9/19/09, Atte Andre Jensen  wrote:
>> Michael Gogins wrote:
>>
>>> There is a Windows installer at www.michael-gogins.com. You could try
>>> it under Wine. To get a native Linux CsoundVST, you should just get
>>> the VST SDK from Steinberg and then build CsoundVST using SCons (the
>>> target already exists).
>>
>> It seems the source is not included with the .exe from your site. Og do
>> you mean I should get regular csound (from cvs) and build that? In that
>> case it seems neiher CsoundVST or csoundvst exists as targets.
>>
>> Sorry for being stupid...
>>
>> --
>> Atte
>>
>> http://atte.dk   http://modlys.dk   http://virb.com/atte
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>

Date2009-09-23 23:01
FromAtte Andre Jensen
Subject[Csnd] Re: Re: Re: Re: downloading csoundvst
Michael Gogins wrote:

> SConstruct and the sources do include CsoundVST, but you have to
> follow the instructions in csound-build.tex (which is for Windows, but
> for CsoundVST it would be the same on Linux).

Sorry for not getting back before, things are hectic here :-)

I read csound-build.tex, but it seems like some sort of checklist (with 
all those "done"'s), but I tried building current cvs with the following:

scons buildCsoundVST=1

But get errors like this:

CONFIGURATION DECISION: Building ALSA plugin.
CONFIGURATION DECISION: Building PortAudio module.
Adding Jack library for PortAudio
CONFIGURATION DECISION: Building JACK plugin.
CONFIGURATION DECISION: Not building with PortMIDI.
CONFIGURATION DECISION: Not building OSC plugin.
CONFIGURATION DECISION: Building UDP plugins.
Checking for C header file fluidsynth.h... (cached) yes
CONFIGURATION DECISION: Building fluid opcodes.
CONFIGURATION DECISION: Not building vst4cs opcodes.
Checking for C header file ladspa.h... (cached) yes
Checking for C header file dssi.h... (cached) yes
CONFIGURATION DECISION: Building DSSI plugin host opcodes.
Checking for C header file Opcodes/Loris/src/loris.h... (cached) no
CONFIGURATION DECISION: Not building Loris Python extension and Csound 
opcodes.
CONFIGURATION DECISION: Not building STK opcodes.
CONFIGURATION DECISION: Not building Python opcodes.
CONFIGURATION DECISION: Not building FLTK CSOUND5GUI frontend.
CONFIGURATION DECISION: Not building Csound Text Editor.
CONFIGURATION DECISION: Not building CsoundAC extension module for 
Csound with algorithmic composition.
CONFIGURATION DECISION: Building CsoundVST plugin and standalone.
PATH = 
./:/home/atte/bin:./:/home/atte/bin:/bin:/usr/bin:/sbin:/usr/sbin:/opt/glest/bin:/opt/java/bin:/opt/java/jre/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/qt/bin:/opt/java/jre/bin:/usr/local/bin:/usr/games:/opt/java/jre/bin:/usr/local/bin:/usr/games
NameError: name 'csnd' is not defined:
   File "/home/atte/software/csound/09_09_23/SConstruct", line 2544:
     Depends(csoundvst, csnd)

Am I on the right track? What am I missing?