Csound Csound-dev Csound-tekno Search About

[Csnd] OT: gausstrig fly

Date2012-08-01 00:53
Frompeiman khosravi
Subject[Csnd] OT: gausstrig fly
;;;;;;;;;;;;;;;;;;;;;;;;;;
; I killed a fly today   ;
;;;;;;;;;;;;;;;;;;;;;;;;;;


<CsoundSynthesizer>

<CsOptions>
-odac -d
</CsOptions>


<CsInstruments>

sr = 44100
ksmps = 1 
nchnls = 2
0dbfs = 1


instr 1

seed 0

kRandifreq1 linseg    15,  7, 15,  10, .2
kRandifreq2 linseg    4.5, 7, 2.9, 10, .2
kshift        linseg    300,  7,300, 10, 300, 2, 1
aenv        linseg    0, .1, 1, 19.2, 1, .05, 0



kfreq gaussi .2, 1, kRandifreq1
kfreq = ((kfreq+.2)*300)+kshift

ares gausstrig .2, kfreq, .03

irange = .5
kpan gaussi irange, 1, kRandifreq2
kpan = ((kpan+irange)+(irange/3.83))*.5


irange2 = .5
again    gaussi    irange2, .5, kRandifreq2
again = (again+irange2)+(irange2/3.83)
aout1, aout2    pan2    ares*again*aenv, kpan, 1

 
outs aout1, aout2

endin

</CsInstruments>


<CsScore>

i1 0 20



</CsScore>


</CsoundSynthesizer>

Date2012-08-01 04:30
FromAdam Puckett
SubjectRe: [Csnd] OT: gausstrig fly
I get strange characters. Could you attach it? Thanks.

On 7/31/12, peiman khosravi  wrote:
> ;;;;;;;;;;;;;;;;;;;;;;;;;;
> ; I killed a fly today   ;
> ;;;;;;;;;;;;;;;;;;;;;;;;;;
>
>
> 
>
> 
> -odac -d
> 
>
>
> 
>
> sr = 44100
> ksmps = 1
> nchnls = 2
> 0dbfs = 1
>
>
> instr 1
>
> seed 0
>
> kRandifreq1 linseg    15,  7, 15,  10, .2
> kRandifreq2 linseg    4.5, 7, 2.9, 10, .2
> kshift        linseg    300,  7,300, 10, 300, 2, 1
> aenv        linseg    0, .1, 1, 19.2, 1, .05, 0
>
>
>
> kfreq gaussi .2, 1, kRandifreq1
> kfreq = ((kfreq+.2)*300)+kshift
>
> ares gausstrig .2, kfreq, .03
>
> irange = .5
> kpan gaussi irange, 1, kRandifreq2
> kpan = ((kpan+irange)+(irange/3.83))*.5
>
>
> irange2 = .5
> again    gaussi    irange2, .5, kRandifreq2
> again = (again+irange2)+(irange2/3.83)
> aout1, aout2    pan2    ares*again*aenv, kpan, 1
>
>
> outs aout1, aout2
>
> endin
>
> 
>
>
> 
>
> i1 0 20
>
>
>
> 
>
>
> 
>
> 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"
>
>

Date2012-08-01 05:36
FromWilliam Wignall
SubjectRe: [Csnd] OT: gausstrig fly
Wow! Cool! Thanks!

On Tue, Jul 31, 2012 at 11:30 PM, Adam Puckett <adotsdothmusic@gmail.com> wrote:
I get strange characters. Could you attach it? Thanks.

On 7/31/12, peiman khosravi <peimankhosravi@gmail.com> wrote:
> ;;;;;;;;;;;;;;;;;;;;;;;;;;
> ; I killed a fly today   ;
> ;;;;;;;;;;;;;;;;;;;;;;;;;;
>
>
> <CsoundSynthesizer>
>
> <CsOptions>
> -odac -d
> </CsOptions>
>
>
> <CsInstruments>
>
> sr = 44100
> ksmps = 1
> nchnls = 2
> 0dbfs = 1
>
>
> instr 1
>
> seed 0
>
> kRandifreq1 linseg    15,  7, 15,  10, .2
> kRandifreq2 linseg    4.5, 7, 2.9, 10, .2
> kshift        linseg    300,  7,300, 10, 300, 2, 1
> aenv        linseg    0, .1, 1, 19.2, 1, .05, 0
>
>
>
> kfreq gaussi .2, 1, kRandifreq1
> kfreq = ((kfreq+.2)*300)+kshift
>
> ares gausstrig .2, kfreq, .03
>
> irange = .5
> kpan gaussi irange, 1, kRandifreq2
> kpan = ((kpan+irange)+(irange/3.83))*.5
>
>
> irange2 = .5
> again    gaussi    irange2, .5, kRandifreq2
> again = (again+irange2)+(irange2/3.83)
> aout1, aout2    pan2    ares*again*aenv, kpan, 1
>
>
> outs aout1, aout2
>
> endin
>
> </CsInstruments>
>
>
> <CsScore>
>
> i1 0 20
>
>
>
> </CsScore>
>
>
> </CsoundSynthesizer>
>
> 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"
>
>


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"




--
Trev Wignall


Date2012-08-01 09:40
Fromfrancesco
Subject[Csnd] Re: OT: gausstrig fly
Killer!

thanks,
ciao,
francesco.




--
View this message in context: http://csound.1045644.n5.nabble.com/OT-gausstrig-fly-tp5714557p5714562.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2012-08-01 09:53
Frompeiman khosravi
SubjectRe: [Csnd] OT: gausstrig fly
Attachmentsfly.csd  
Hi Adam,

Here it is.

P

On 1 August 2012 04:30, Adam Puckett <adotsdothmusic@gmail.com> wrote:
I get strange characters. Could you attach it? Thanks.

On 7/31/12, peiman khosravi <peimankhosravi@gmail.com> wrote:
> ;;;;;;;;;;;;;;;;;;;;;;;;;;
> ; I killed a fly today   ;
> ;;;;;;;;;;;;;;;;;;;;;;;;;;
>
>
> <CsoundSynthesizer>
>
> <CsOptions>
> -odac -d
> </CsOptions>
>
>
> <CsInstruments>
>
> sr = 44100
> ksmps = 1
> nchnls = 2
> 0dbfs = 1
>
>
> instr 1
>
> seed 0
>
> kRandifreq1 linseg    15,  7, 15,  10, .2
> kRandifreq2 linseg    4.5, 7, 2.9, 10, .2
> kshift        linseg    300,  7,300, 10, 300, 2, 1
> aenv        linseg    0, .1, 1, 19.2, 1, .05, 0
>
>
>
> kfreq gaussi .2, 1, kRandifreq1
> kfreq = ((kfreq+.2)*300)+kshift
>
> ares gausstrig .2, kfreq, .03
>
> irange = .5
> kpan gaussi irange, 1, kRandifreq2
> kpan = ((kpan+irange)+(irange/3.83))*.5
>
>
> irange2 = .5
> again    gaussi    irange2, .5, kRandifreq2
> again = (again+irange2)+(irange2/3.83)
> aout1, aout2    pan2    ares*again*aenv, kpan, 1
>
>
> outs aout1, aout2
>
> endin
>
> </CsInstruments>
>
>
> <CsScore>
>
> i1 0 20
>
>
>
> </CsScore>
>
>
> </CsoundSynthesizer>
>
> 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"
>
>


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"