| I took the output of this simple sine wave synth:
;sine synth
instr 400
;kadsr mxadsr p6,p7,p8,p9
kadsr = p4
kpan randh 1, .01, 2
a1 oscili 1, p5, giWave2
outs (a1*kadsr)*abs(kpan), (a1*kadsr)*(1-abs(kpan))
SChannel sprintf "AudioSend%d", p10
chnset a1*p11, SChannel
endin
And sent it to a decimator based on one of Iain McCurdy's instrument:
kfold portk kfold,kporttime
kvalues pow 2, kbits*0.6
aout = (int((amix/0dbfs)*kvalues))/kvalues
aout fold aout, kfold
You can see how it works from a UI point of view here:
http://www.thecabbagefoundation.org/viewtopic.php?f=21&t=401
On 27 February 2014 21:21, Oeyvind Brandtsegg wrote:
> Very cool. Thanks Rory
>
> 2014-02-27 20:32 GMT+01:00 Rory Walsh :
>> Not sure about new, and not certain about musical, but I just updated
>> a piece on soundcloud called "NiMPTi64 has a meltdown". It's just a
>> bounce down of a live take I did a while back. All Csound and Cabbage.
>> Enjoy, or otherwise.
>>
>> https://soundcloud.com/rorywalsh/nimpti64-has-a-meltdown-live
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>> https://sourceforge.net/p/csound/tickets/
>> csound5:
>> https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://flyndresang.no/
> http://www.partikkelaudio.com/
> http://soundcloud.com/brandtsegg
> http://soundcloud.com/t-emp
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
> https://sourceforge.net/p/csound/tickets/
> csound5:
> https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
|