Csound Csound-dev Csound-tekno Search About

[Csnd] gaussi

Date2011-11-30 12:34
Frompeiman khosravi
Subject[Csnd] gaussi
Hello,

A couple of things.

1- what does klambda stand for in the gaussi manual?

Also this simple piece of code doesn't behave as expected. The first
note works fine but the second not produces a click, which is strange.

Thanks

Peiman




-odac



sr     = 44100
ksmps  = 1
nchnls = 1

	instr 1

ifreq = 1000

klambda gaussi  p4, .5, ifreq

ares mpulse 1000, (1/ifreq)+klambda

out	ares
	endin





i1 0 3 0.001
i1 4 3 0.01






Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-11-30 13:18
Frompeiman khosravi
Subject[Csnd] Re: gaussi
False alarm about the click.

(1/ifreq)+klambda was producing negative interval values!

P

On 30 November 2011 12:34, peiman khosravi  wrote:
> Hello,
>
> A couple of things.
>
> 1- what does klambda stand for in the gaussi manual?
>
> Also this simple piece of code doesn't behave as expected. The first
> note works fine but the second not produces a click, which is strange.
>
> Thanks
>
> Peiman
>
> 
>
> 
> -odac
> 
>
> 
> sr     = 44100
> ksmps  = 1
> nchnls = 1
>
>        instr 1
>
> ifreq = 1000
>
> klambda gaussi  p4, .5, ifreq
>
> ares mpulse 1000, (1/ifreq)+klambda
>
> out     ares
>        endin
>
> 
>
> 
>
> i1 0 3 0.001
> i1 4 3 0.01
>
> 
>
> 


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"