Delicious Max 6 Tutorial 20: Kick Drum Synthesis

Поділитися
Вставка
  • Опубліковано 9 січ 2025

КОМЕНТАРІ • 73

  • @NedRush
    @NedRush 12 років тому +8

    excellent video. you are my favourite.

  • @Lokua
    @Lokua 12 років тому

    Best tutorial of all time btw. I'm so sick of people not making their own sounds since last millennium. This is how you do it period. Not even with max, any well rounded synth. C'mon people!

  • @Leelosounds
    @Leelosounds 10 років тому +3

    This is so good! working this out at degree level and seen a lot of crap!
    These patches your showing are so inspiring and can't wait to get to Uni tomorow to test drive this!!!
    Thanks a lot Sam your doing a super job!!!

  • @TanyaKatherine
    @TanyaKatherine 12 років тому

    These are really great. I would say you're my "go-to" for Max tutorials on UA-cam! Thanks!

  • @MattDiamondMDE
    @MattDiamondMDE 3 роки тому

    These are so good man! Thank you for putting these out!

  • @lawnshark025
    @lawnshark025 6 років тому

    great tutorial, just starting max and got it to work easy. thanks

  • @ZZJohnDyerZZ
    @ZZJohnDyerZZ 10 років тому +2

    This tutorial has been seriously useful. Cheers!

  • @ditkasguitar07
    @ditkasguitar07 12 років тому

    i think it would be awesome if you did some max for live tutorials.

  • @thijskoerselman
    @thijskoerselman 12 років тому

    Nice tutorial! Just a small tip. The first scale is a bit overkill for just making a power of 2. You could just use *~ connecting the same source to both inlets.

  • @thimkthimk
    @thimkthimk 12 років тому

    A small suggestion, and pardon me if this has been noted, but I've realised it's more practical to have the Amp Envelope last in the signal chain... Just sayin'. It's Max, you can put the thing where you damn well want!

  • @sagarpatel9556
    @sagarpatel9556 12 років тому +1

    I am making the project of "Electronic Drum" based on Arduino... I have made a Max/MSP patch to talk Arduino with Max... And i got succeed to make Drum kick... In this project i'm using your kick to trigger the final processed output... I just love this kick sound.. But, i am not able to make the sound of Snare, Tom, Cymbal, High and Pedal Hat... So like this tutorial, if you get a time, i request you, please make a patch for all of the Drum components. So, i cn complete my Drum. Thank you buddy

  • @MrCanning7
    @MrCanning7 12 років тому

    Get the full CNMAT objects download, scale~ is in there

  • @WARDISWARD
    @WARDISWARD 4 роки тому

    why use a trigger object to trigger the function and not directly using the button object to bang it ?

  • @PaulWegmann
    @PaulWegmann 6 років тому

    Why we don't get exactly the same sound every time we trigger the envelopes? some come with that profound and tasty bass sound, others not...

  • @dude837
    @dude837  12 років тому +1

    "friggin' balls kill-sauce" -- If I ever make a hot sauce using ghost chillis and napalm, this will be the name

  • @annaiden1634
    @annaiden1634 4 роки тому

    Very interesting! Thank you a lot!

  • @cyk0o
    @cyk0o 11 років тому

    great tutorial!

  • @ThomasDavidMastomo
    @ThomasDavidMastomo 11 років тому

    great tutorial guy ! i love it :-) many thanks

  • @noraabungle
    @noraabungle 12 років тому

    Dope as always!

  • @vishi619
    @vishi619 12 років тому

    this is awesome could you send me the patch??? i am just beginning to learn max that would be so helpful thanks

  • @callummissen3318
    @callummissen3318 7 років тому

    Sounding pink nois-ey when I add the second envelope, how can I solve this? thanks!

  • @KamilKisiel
    @KamilKisiel 8 років тому

    The "sustain" feature in the Max 7 function object was really screwing me up when trying to do this.

  • @dude837
    @dude837  12 років тому

    Dude, fucking thank you. In general, let's push for more knowledge sharing, more love sharing, more music sharing.

  • @goedel8206
    @goedel8206 4 роки тому

    7:40. I LIKE IT

  • @dude837
    @dude837  12 років тому

    This is true, scale internally probably uses some massively sophisticated and overcomplicated nonsense to calculate all exponents, even powers of two. I think it'd be nice if scale~ would recognize when you use an integer power and act accordingly, in which case it would be just as fast as a *~ object.

  • @00Dakka
    @00Dakka 12 років тому

    do you make music with your patches? I would imagine you would be able to synthesize some crazy unique sounds.

  • @dude837
    @dude837  12 років тому +3

    Noted. As I'm sure is pretty obvious, I am far, far from expert in these things. In my first take I called it "big drum", until my roommate laughed me into submission.

  • @philmaguire4042
    @philmaguire4042 8 років тому

    can someone explain the exponent part of [scale~] in simpler terms? i'm struggling to understand what that argument is doing to the signal

    • @JeffMerkel
      @JeffMerkel 8 років тому +1

      [scale~] basically takes the incoming value and scales it to the set output range. So in this case we know the values output from [function] are from 0. to 1. (default, but can be changed in inspector). You can confirm this by hanging a message box or [print] off of it and watch the values. The 0. and 1. are your input range, or the first two arguments in [scale~].
      The third and fourth arguments are the range you want to scale to. So in this case the arguments were 40. to 220. Inputting a 0. on the inlet will result in a 40. on the output and a 1. on the input will result in a 220. Super awesomely useful.
      The optional fifth argument is a little trickier. Without the fifth argument the scaling is linear between 40. and 220. in this case, but since we hear on a logarithmic scale it makes sense to put the range of 40. to 220. on a log scale. Putting the 2. as the fifth argument still scales from 40. to 220. but now divides the range up exponentially with a power of 2. You could work just fine without this argument, but it helps to tweak it a little better to our human ears.
      I'd suggest working with [scale~ ] and [scale] by themselves for a bit looking at what comes out of the outlet when you put a known simple value on the inlet. Rock!

    • @MicroCatalyst
      @MicroCatalyst 8 років тому

      So it creates an exponential curve instead of linear?

  • @SHELLAC85
    @SHELLAC85 12 років тому

    Anyone know an object like scale that works for MSP because Im using Max 5. Thanks

  • @thepeachprince
    @thepeachprince 12 років тому

    that was fucking awesome dude! massive. more shit like this!

  • @ftovarhenao
    @ftovarhenao 5 років тому +1

    Sam, you beautiful Max god

  • @this-self
    @this-self 11 років тому

    Great tutorial and crazy awesome kick sound! One thing, when I made the patch and even in this video (example, @ 9:21), the kick sound is not constant. I'm not sure how to describe what is happening. Its like every 2 kicks the sound switches. Why is that? Thanks.

    • @4ntipattern994
      @4ntipattern994 5 років тому

      6 yrs late but, phase - needs to be set to a constant value

    • @dmitrypetrouk8924
      @dmitrypetrouk8924 4 роки тому

      @@4ntipattern994 Do you know how to do it? Is it something related to line~?

  • @WARDISWARD
    @WARDISWARD 11 років тому +1

    better use atan~ or tanh ~ as overdrive ..sounds much better

  • @Lokua
    @Lokua 12 років тому

    Oh btw I forgot to add that this patch is friggin' balls. Kill-sauce - thank you :)

  • @TanyaKatherine
    @TanyaKatherine 12 років тому +1

    lol "it kinda punches you in the face and you're kinda woozy for a second" pretty much!!!! lolz

  • @dude837
    @dude837  12 років тому

    Sorry, man, basically impossible to say without looking at your patch. But if you send it to me I'll be happy to take a look...

  • @benjamingo111
    @benjamingo111 9 років тому

    i am sad otherbirds no longer exists

    • @dude837
      @dude837  9 років тому

      +Ben Gottesman Oh that's just because I have no idea how the internet works. Check again.

    • @benjamingo111
      @benjamingo111 9 років тому

      +dude837 also, found this error: the 'Bit of a Stretch' tutorial download gives you the 'Face Butter' patch.
      i am your biggest fan. you taught me maxmsp.

  • @Dwightttttt
    @Dwightttttt 11 років тому

    can i do this in max 5 ?

  • @kordzzzz
    @kordzzzz 11 років тому

    same problem

  • @MrCanning7
    @MrCanning7 12 років тому

    My life has become a desert, a waste-ground. I gaze listlessly out of windows devoid of all motivation. I feel tortured by the seemingly unending days........... I repeatedly ask anyone I can find, " When, oh when do you think the dude837, my good buddy Sam, will make a new Max tutorial?

  • @IRKMovies
    @IRKMovies 8 років тому

    How do you get rid of points on function~?

    • @loroc223
      @loroc223 8 років тому +1

      Shift + click

  • @carlsteinhauser
    @carlsteinhauser 12 років тому

    this is great, thx

  • @chumbuswumbusblumpis
    @chumbuswumbusblumpis 6 років тому +1

    Not sure why, I followed every step carefully and Im not getting sound

  • @heinzsedin5819
    @heinzsedin5819 10 років тому

    better using curve for drumsounds!

  • @PaulWegmann
    @PaulWegmann 7 років тому

    what means #0 before trigger?

    • @Daviddoesburg
      @Daviddoesburg 7 років тому

      if I remember correctly, this will make sure this send will only function within this particular patch. This is often used within subpatches

    • @PaulWegmann
      @PaulWegmann 7 років тому

      thank you! where can I find more info. about this kind of sintaxe on arguments?

    • @Daviddoesburg
      @Daviddoesburg 7 років тому +2

      I think with most issues the help files in Max are your best friend. here's a little forum post about the #0 trick though: cycling74.com/forums/local-sendreceives-using-the-0-trick/

    • @PaulWegmann
      @PaulWegmann 7 років тому

      thank you man! cheers from Brazil!

    • @Daviddoesburg
      @Daviddoesburg 7 років тому

      cheers!

  • @ZakkZace
    @ZakkZace 10 років тому

    *standing ovation* wooow

  • @Masterp100
    @Masterp100 8 років тому +1

    Are you using pure data?

  • @heinzsedin5819
    @heinzsedin5819 10 років тому

    sound cool anyhow :D

  • @Mr.Anderson_
    @Mr.Anderson_ 11 років тому

    Thanks so much man, this shit is Awesome.

  • @SHELLAC85
    @SHELLAC85 12 років тому

    Cheers:)

  • @Jay__C
    @Jay__C 10 років тому +1

    Mine sounds like pink noise. FFS. :-/

    • @Jay__C
      @Jay__C 10 років тому

      Fixed it! Yuuusss!
      Thank you.

    • @callummissen3318
      @callummissen3318 7 років тому

      same problem, how did you solve it?

  • @sevenlocks5238
    @sevenlocks5238 9 років тому

    DUDE!

  • @Lokua
    @Lokua 12 років тому

    I prefer "bass drum" for a sound like this. Kick works but doesn't denote the same fat assedness. Just saying. Kick drum in electronic music is some Casio mid range pop shit.

  • @gothfrog69
    @gothfrog69 12 років тому

    coool

  • @rumpafumpa
    @rumpafumpa 6 років тому +1

    this kick is way too faaaat

    • @rumpafumpa
      @rumpafumpa 6 років тому

      thanks for the tutorial! ^^

  • @dude837
    @dude837  12 років тому

    Rendering as we speak...