On 14 October 2010 13:51, Aidan Collins <
mr.aidan.collins@gmail.com> wrote:
> There was a nice series on synthesizing drum sounds in Sound on Sound,
> Synth Secrets. I made a .csd based on the article about kick drums.
>
> I had made it originally with some filters, but I commented them out here:
>
> I think it makes a pretty natural kick sound with the filters, and
> sounds a bit more techno-drum machine without them.
>
>
> <CsoundSynthesizer>
> <CsOptions>
> -o/Applications/MacCsound 1.3b4/drums/kick_short.aif
> </CsOptions>
> <CsInstruments>
> sr = 48000
> kr = 48000
> ksmps = 1
> nchnls = 2
>
> /*================================
> Aidan Collins
> 4/13/07
> ================================*/
>
> instr 1
>
> idec = .2
> kamp1 = 0dbfs * .9
> k1 expseg 1, idec, .0001
> k2 expon 1, .05, .0001
> kenv expon 1, p3, .0001
>
> kcps = 43 * (k1 + 1)
>
> ;noisey bit for hit sound
> am oscili 0dbfs*.5, kcps, 1
> ac oscili 0dbfs*.2, (kcps * 3)*am, 1
>
> ;afc butbp ac, 1000, 750
>
> ;bassy bit for body of sound
> a1 vco2 kamp1, kcps, 12
> ;af1 butlp a1, 200
>
> ;mixer part
> ;amixl = af1*kenv + (afc*k2)
> ;amixr = af1*kenv + (afc*k2)
> amixl = ac*k2 + a1*kenv
> amixr = ac*k2 + a1*kenv
> outs amixl, amixr
>
> endin
> </CsInstruments>
> <CsScore>
> f1 0 512 10 1
>
> /*
> i1 0 .25
> i. + .
> i. + .5
> i. + 1
> i. + 2
> */
> /*
> i1 0 1
> i. + .5
> i. + .5
> i. + 1
> */
>
> i1 0 .75
> </CsScore>
>
> </CsoundSynthesizer>
>
> On Thu, Oct 14, 2010 at 8:37 AM, Rory Walsh <
rorywalsh@ear.ie> wrote:
>> The way to course is set up is that we look at 'pure' synthesis in the
>> first semester and in the second semester we look at manipulating
>> recorded samples. You'll know when the second semester gets going as
>> the number of hits to the freesound homepage jumps dramatically!
>>
>> On 14 October 2010 13:23, Brian Redfern <
brianwredfern@gmail.com> wrote:
>>> You might also want to have them load some sample based drum sounds as well.
>>>
>>> On Oct 14, 2010 3:10 AM, "Victor Lazzarini" <
Victor.Lazzarini@nuim.ie>
>>> wrote:
>>>
>>> From Risset's catalogue, originally.
>>>
>>> On 14 Oct 2010, at 00:23, Rory Walsh wrote:
>>>
>>>> à la Dodge/Jerse, I forgot about that one!
>>>>
>>>> On 13...
>>
>>
>> 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"
>
>
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"