| One more little thing, Csound doesn't like spaces after -odac, it should
be -odacN not -odac N.
Regards,
Mike
----- Original Message -----
From: "Jim Aikin"
To:
Sent: Friday, July 31, 2009 1:51 PM
Subject: [Csnd] Re: Re altime Audio Output Gargling
>
>
> Michael Gogins-2 wrote:
>>
>> Could you please attach your .csd so I can try it?
>>
> Happy to oblige. See below. I wrote as simple a test file as I possibly
> could -- no sensing the note number or velocity, nothing.
>
> The problem, however, is consistent across ALL .csd files, including
> non-realtime files that are just supposed to be rendering a pre-written
> score to the dac. So running this file won't tell you anything.
>
> --JA
>
>
>
> -d -odac 1
>
>
>
> sr = 44100
> kr = 100
> ksmps = 441
> nchnls = 2
> 0dbfs = 1.0
>
> git1 ftgen 1, 0, 8192, 10, 1
>
> instr 1
> kdeclick linsegr 0, 0.003, 1, 1, 1, 0.2, 0
> asig oscili kdeclick, 220, 1
> outs asig, asig
> endin
>
>
>
> f0 120
>
>
>
> --
> View this message in context:
> http://www.nabble.com/Realtime-Audio-Output-Gargling-tp24760065p24760405.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
|