help to fatten up my kick drum sound?

Jay's icon

Hi,

I'm looking to fatten up my kick drum sound a bit, but not knowing exactly how to proceed. I've posted my usual way of synthesizing kick drums, which sounds fine on little speakers but on larger speakers sorta lacks that fat oomph that is so essential. What should I do?

Thanks for any suggestions,
Jay

Max Patch
Copy patch and select New From Clipboard in Max.

seanzshow's icon

Cant seem to open your patch,

Generally I find eq'ing so it peaks between 100 and 140 comes through on bigger speakers. And use a limiter maybe, think there's a limiter/compressor patch in the max documentation that might help.

Wetterberg's icon

Jay Bodley skrev:
> Hi,
>
> I'm looking to fatten up my kick drum sound a bit, but not knowing exactly how to proceed. I've posted my usual way of synthesizing kick drums, which sounds fine on little speakers but on larger speakers sorta lacks that fat oomph that is so essential. What should I do?
Jay,
There's plenty of low end in the kick you posted - try lowering to midi
note 40, or working more on the pitch envelope.

But first of all I'd like to know what you mean by "fat oomph"? A lot of
times what people hear as "phatness" is the noise and higher
frequencies", not the other way around. Have you tried layering with a
crackly old vinyl breakbeat sample?

Andreas.

justin's icon

i find a bit of saturation / distortion (overdrive~) acts as a sorta limiter, and gives the kick more punch. i would also second the EQ

j

Anthony Palomba's icon

Are there any Max patches or externals out there that do
saturation/distortion/compression?

Jay's icon

Quote: Karaokaze wrote on Mon, 21 July 2008 10:58
----------------------------------------------------
> I'm basically saying the same thing as seanzshow. But for quick eq try attaching a filtergraph~ object to a biquad~(like in the filtergraph~ help-file) and use a peak-notch filter setting to sweep a peak anywhere between 20Hz and 200Hz to see what you like. (Lower frequencies really show-up well in subwoofers so you might actually want a couple peaks or a low-shelf). Also, definitely use a limiter after everything or think about using the omx style objects(like omx.4band~/omx.5band~/omx.peaklim~...).
----------------------------------------------------

Where to find the omx objects? The maxobjects page just sends me to cycling74 and when i run a search all i get is forum posts that mention omx.

Jay's icon

Quote: Karaokaze wrote on Mon, 21 July 2008 10:58
----------------------------------------------------
> I'm basically saying the same thing as seanzshow. But for quick eq try attaching a filtergraph~ object to a biquad~(like in the filtergraph~ help-file) and use a peak-notch filter setting to sweep a peak anywhere between 20Hz and 200Hz to see what you like. (Lower frequencies really show-up well in subwoofers so you might actually want a couple peaks or a low-shelf). Also, definitely use a limiter after everything or think about using the omx style objects(like omx.4band~/omx.5band~/omx.peaklim~...).
----------------------------------------------------

Where to find the omx objects? The maxobjects site just sends me to cycling74 and when I run a search all i get is forum posts mentioning omx.

sfogar's icon

Hi,

they are included with Max/Msp.

All the best

--
Alessandro Fogar

2008/7/22 Jay Bodley :
>
> Quote: Karaokaze wrote on Mon, 21 July 2008 10:58
> ----------------------------------------------------
>> I'm basically saying the same thing as seanzshow. But for quick eq try attaching a filtergraph~ object to a biquad~(like in the filtergraph~ help-file) and use a peak-notch filter setting to sweep a peak anywhere between 20Hz and 200Hz to see what you like. (Lower frequencies really show-up well in subwoofers so you might actually want a couple peaks or a low-shelf). Also, definitely use a limiter after everything or think about using the omx style objects(like omx.4band~/omx.5band~/omx.peaklim~...).
> ----------------------------------------------------
>
> Where to find the omx objects? The maxobjects page just sends me to cycling74 and when i run a search all i get is forum posts that mention omx.
>

Emmanuel Jourdan's icon

On 22 juil. 08, at 15:14, Jay Bodley wrote:

> Where to find the omx objects? The maxobjects site just sends me to
> cycling74 and when I run a search all i get is forum posts
> mentioning omx.

They're part of the distribution since Max 4.5. So if you type
omx.peaklim~ for instance, it should appear.

ej

f.e's icon
Jay's icon

Quote: sfogar wrote on Tue, 22 July 2008 07:23
----------------------------------------------------
> Hi,
>
> they are included with Max/Msp.
>
> All the best
>
> --
> Alessandro Fogar
>
> http://www.fogar.it
>
> 2008/7/22 Jay Bodley :
> >
> > Quote: Karaokaze wrote on Mon, 21 July 2008 10:58
> > ----------------------------------------------------
> >> I'm basically saying the same thing as seanzshow. But for quick eq try attaching a filtergraph~ object to a biquad~(like in the filtergraph~ help-file) and use a peak-notch filter setting to sweep a peak anywhere between 20Hz and 200Hz to see what you like. (Lower frequencies really show-up well in subwoofers so you might actually want a couple peaks or a low-shelf). Also, definitely use a limiter after everything or think about using the omx style objects(like omx.4band~/omx.5band~/omx.peaklim~...).
> > ----------------------------------------------------
> >
> > Where to find the omx objects? The maxobjects page just sends me to cycling74 and when i run a search all i get is forum posts that mention omx.
> >
>
----------------------------------------------------

Haha, I guess the obvious place is the last one to check sometimes. Thanks.

Anthony Palomba's icon

Wow I had no idea the octimax externals were included. Nice!

Lets put together a list of useful externals/abstractions that
one could use to enhance audio signals. So far we have...

eq - biquad~, filtergraph~
compressor - octimax.comp~
distortion - overdrive~
saturation - ?
exciter - ?

Any ideas for saturation and exciter? Are there additional
signal modifiers that should be on this list?

cebec's icon

Quote: Anthony Palomba wrote on Tue, 22 July 2008 09:30
----------------------------------------------------

> saturation - ?
>
> Any ideas for saturation and exciter?
>
----------------------------------------------------

jcom.saturation~ in jamoma is nice!

justin's icon

Quote: Anthony Palomba wrote on Tue, 22 July 2008 14:05
----------------------------------------------------
> Are there any Max patches or externals out there that do
> saturation/distortion/compression?
----------------------------------------------------

there's an old thread where i was trying to make a soft clip distortion: https://cycling74.com/forums/index.php?t=msg&goto=76482&rid=789&S=a28de8872a9a4f921fdd21093eb64670#msg_76482

you'll find a few bits of code and ideas that will come in handy...

j

Mike S's icon

little bit of FM ;)

Bertrand Fraysse's icon

tanh~ is pretty cool for clipping/distortion
You could try to use non linear envelope too.
The quartic envelope usually sound great. It's smoother.

Linear f(x) = x
Quartic f(x) = x * x * x * x

Max Patch
Copy patch and select New From Clipboard in Max.

cebec's icon

Quote: Bertrand Fraysse wrote on Wed, 23 July 2008 05:48
----------------------------------------------------
> tanh~ is pretty cool for clipping/distortion
> You could try to use non linear envelope too.
> The quartic envelope usually sound great. It's smoother.
>
> Linear f(x) = x
> Quartic f(x) = x * x * x * x
>
----------------------------------------------------

Sounds nice! Thanks.

redhexagonal's icon

your patch doesn't go low enough. and then distort it a bit. the click at the beginning is pretty important too. you might have do everything with signals to control the click sound properly.

redhexagonal's icon

and the envelopes are too short

Bertrand Fraysse's icon

The click at the beginning of the kick is a matter of taste.
To remove the click you can make a 10 millisecond envelope.
In the patch, I use just a 1 millisecond envelope to remove the big click.
I you want to remove the click completely, you can use a 10 milliseconds envelope, but I think it removes some punch.

Mike S's icon