Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:5030] Re: vst4cs

Date2004-07-19 05:38
From"Michael Gogins"
Subject[CSOUND-DEV:5030] Re: vst4cs
I think it's because you have vstnote and vstplug in different instruments,
but I have them in the same instrument.

----- Original Message ----- 
From: "Andres Cabrera" 
To: "Csound Developers Discussion List" 
Sent: Sunday, July 18, 2004 11:39 PM
Subject: [CSOUND-DEV:5028] Re: vst4cs


> I have ssh working with wincvs, but something's apparently wrong with my
> permissions. Can you check my karma John?
>
> Michael, I did a fresh checkout of all the sources and vstnote is not
> producing output. This is the csd I'm using:
>
> 
>
> 
> -o dac3 -B4096 -b 1024
> 
>
> 
>
>     sr     = 44100
>     kr     = 4410
>     ksmps  = 10
>     nchnls = 2
>
> ga1 init 0
> ga2 init 0
> gihandle5 vstinit "c:/vstplugins/cheeze/cheeze machine.dll",1
>
> instr 3
> ain1 = 0
> ab1, ab2 vstplug gihandle5, ain1, ain1
> outs ab1, ab2
> endin
>
> instr 4
> vstnote gihandle5, 1, p4, p5, p3
> ;vstout gihandle5,144,1, p4, p5
> endin
>
> 
>
> 
>
> i3 0 21
>
> i4 1 3 57 32
> i4 3 3 60 100
>
> i4 5 3 62 100
> i4 7 3 64 100
> i4 9 2 65 100
>
> i4 11 1 67 100
> i4 13 1 69 100
> i4 15 3 71 100
> i4 18 3 72 100
>
>
> 
>
> 
>