Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Csound DSSI

Date2010-06-22 16:21
From"Partev Barr Sarkissian"
Subject[Csnd] Re: Csound DSSI
Ah,  okay, I see it now. Hadn't seen it done that way before.
Thanks.

-Partev

=============================================================


--- nabob_cd@yahoo.com wrote:

From: menno 
To: csound@lists.bath.ac.uk
Subject: [Csnd] Re: Csound DSSI
Date: Tue, 22 Jun 2010 02:20:41 -0700 (PDT)



Partev Barr Sarkissian wrote:
> 
> instr 4
> ;aout1,aout2 dssiaudio gihandle, ain1, ain2
> aout1, aout2 <<=== isn't this ...]  dssiaudio gihandle, gaout, gaout ;get
> beats.wav and go stereo
> out
> outs aout1, aout2  <<=== redundant with this and create a conflict?]
> 
> gaout = 0 <<== overall output or initial value?]
> endin
> 
> 

Hi Partev,
from the output created i see that the plugin is stereo out:
 
 Port #0: Audio Input: In L - Range: -Inf -> +Inf
  Port #1: Audio Input: In R - Range: -Inf -> +Inf
  Port #2: Audio Output: Out L - Range: -Inf -> +Inf
  Port #3: Audio Output: Out R - Range: -Inf -> +Inf,

and the manual says:
aout1 [, aout2, aout3, aout4] dssiaudio ihandle, ain1 [,ain2, ain3, ain4]  

then i connect these outputs to "outs aout1, aout2", i don't see an error
here? 
and "gaout=0" or else the thing blows up.

thanks for trying to help,
Menno