| 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" |