ATScross problem (?)
Date | 2006-05-23 13:11 |
From | Peimankhosravi@aol.com |
Subject | ATScross problem (?) |
Hello,
I have just trying to use ATScross, but I don't get any sound. ATSread
seems to read my ats files ok so that is not the problem. I have pasted my csd
is bellow. I would really appreciate any suggestions.
Many Thanks
Peiman
<CsoundSynthesizer>
<CsInstruments>
sr=44100 ksmps=1 nchnls=2 instr 1
ktime line 0.,
p3,
6.
ATSbufread 2., 1, "/flute.ats", 20 ar ATScross ktime, 1,"/bell.ats", 1, 0, 1, 20 outs ar, ar endin </CsInstruments>
<CsScore>
f 1 0 16384 10 1
i1 0.0 6.0
e </CsScore>
</CsoundSynthesizer> |
Date | 2006-05-23 17:42 |
From | Istvan Varga |
Subject | Re: ATScross problem (?) |
Attachments | None |
Date | 2006-05-23 18:21 |
From | Richard Dobson |
Subject | Re: ATScross problem (?) |
I don't know the ATS opcodes, but maybe you need to add in the header section: 0dbfs = 1 ? Richard Dobson Peimankhosravi@aol.com wrote: > Hello, > > I have just trying to use ATScross, but I don't get any sound. ATSread > seems to read my ats files ok so that is not the problem. I have pasted > my csd is bellow. I would really appreciate any suggestions. > > Many Thanks > Peiman |