Csound Csound-dev Csound-tekno Search About

[Csnd] Problem with vstnote and vstaudiog

Date2009-09-27 12:07
FromMark Van Peteghem
Subject[Csnd] Problem with vstnote and vstaudiog
Attachmentsautogun.csd  
Hi,

I tried to use a VST in CSound, but I get error messages saying that 
vstnote and vstaudiog are not legal opcodes. This is with CSound 5.10, 
doubles, on WinXP 64-bit. The attached csd demonstrates the problem.

Regards,

-- 
  Mark
  _________________________________________
  When you get lemons, you make lemonade.
  When you get hardware, you make software.


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-09-27 12:41
Fromvictor
Subject[Csnd] Re: Problem with vstnote and vstaudiog
If you run csound -z you will get a list of existing opcodes in your system.

Victor
----- Original Message ----- 
From: "Mark Van Peteghem" 
To: 
Sent: Sunday, September 27, 2009 12:07 PM
Subject: [Csnd] Problem with vstnote and vstaudiog


> Hi,
>
> I tried to use a VST in CSound, but I get error messages saying that
> vstnote and vstaudiog are not legal opcodes. This is with CSound 5.10,
> doubles, on WinXP 64-bit. The attached csd demonstrates the problem.
>
> Regards,
>
> -- 
>  Mark
>  _________________________________________
>  When you get lemons, you make lemonade.
>  When you get hardware, you make software.
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
> csound"


--------------------------------------------------------------------------------


> ;
> ; ""
> ; by Mark Van Peteghem
> ;
> ;
> ;
> ; Generated by blue 0.125.0 (http://csounds.com/stevenyi/blue/index.html)
> ;
>
> 
>
> 
> sr=44100
> ksmps=1
> nchnls=2
>
>
>
>
> gi_AutoGun vstinit "C:\Program Files (x86)\Image-Line\IL Autogun\IL 
> Autogun.dll",1
>
>
>
>
> instr 1 ;Autogun
> vstnote gi_AutoGun, 1, p4, p5, p3
>
> endin
>
> instr 2 ;Autogun-play
> ain1 = 0
> a1, a2 vstaudiog gi_AutoGun, ain1, ain1
> outs a1, a2
>
> endin
>
>
> 
>
> 
>
>
>
> i2 0 10
>
> i1 0 1 70 80
>
>
>
>
>
>
>
>
> e
>
> 
>
>  



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-09-27 16:31
FromMichael Gogins
Subject[Csnd] Re: Problem with vstnote and vstaudiog
Csound on SourceForge contains neither CsoundVST nor VST opcodes, due
to Steinberg's proprietary license for VST technology and the policies
of SourceForge.

You can download a Windows installer that does contain these things
from my personal Web site at www.michael-gogins.com, although it is
down at the moment I will try to get it back up today. Or you can
build from sources (hard if you've not done it before).

Regards,
Mike


On 9/27/09, Mark Van Peteghem  wrote:
> Hi,
>
> I tried to use a VST in CSound, but I get error messages saying that
> vstnote and vstaudiog are not legal opcodes. This is with CSound 5.10,
> doubles, on WinXP 64-bit. The attached csd demonstrates the problem.
>
> Regards,
>
> --
>   Mark
>   _________________________________________
>   When you get lemons, you make lemonade.
>   When you get hardware, you make software.
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"

Date2009-09-27 20:28
FromMark Van Peteghem
Subject[Csnd] Re: Re: Problem with vstnote and vstaudiog
I ran the command csound -z as Victor told, and the opcodes are not in 
that list, so it seems that I should download this indeed. Too bad this 
is not mentioned anywhere in the manual, this should be fixed.

By the way, in the plugins directory, which I didn't modify after 
installation, I did see the file vst4cs.dll, so at first I thought that 
this contained the functionality.

Regards,
Mark

Michael Gogins wrote:
> Csound on SourceForge contains neither CsoundVST nor VST opcodes, due
> to Steinberg's proprietary license for VST technology and the policies
> of SourceForge.
>
> You can download a Windows installer that does contain these things
> from my personal Web site at www.michael-gogins.com, although it is
> down at the moment I will try to get it back up today. Or you can
> build from sources (hard if you've not done it before).
>
> Regards,
> Mike
>
>
> On 9/27/09, Mark Van Peteghem  wrote:
>   
>> Hi,
>>
>> I tried to use a VST in CSound, but I get error messages saying that
>> vstnote and vstaudiog are not legal opcodes. This is with CSound 5.10,
>> doubles, on WinXP 64-bit. The attached csd demonstrates the problem.
>>
>> Regards,
>>
>> --
>>   Mark
>>   _________________________________________
>>   When you get lemons, you make lemonade.
>>   When you get hardware, you make software.
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>     
>
>
>