Procedural Wavetable Synthesis - Max/MSP Tutorial

Sdílet
Vložit
  • čas přidán 22. 07. 2024
  • Procedural noise can be used for a lot interesting applications - even as an oscillator. In this video I use the output of jit.bfg as a source for synthesis, writing it into a buffer and reading it as a wavetable. Using both jit.gen and gen~ to make sure the sound is clean, it is possible to explore all kinds of predictable and unpredictable timbres by playing around with jit.bfg's basis functions.
    🎹Patch: github.com/umutreldem/hearing...
    0:00 - Introduction
    0:50 - Creating and controlling procedural noise
    5:58 - Writing a Jitter Matrix into an audio buffer
    9:32 - Trying to play the audio buffer as a wavetable
    12:45 - Adding an envelope to the procedural waveform
    19:20 - Creating a readback buffer using gen~ and codebox
    32:00 - Updating readback buffer at the beginning at the waveform & further ideas

Komentáře • 17

  • @lorenzosala9289
    @lorenzosala9289 Před měsícem

    Incredible tutorial! This was my "real" introduction to gen~ and codebox and it was super clear, thank you so much!

  • @valcaron
    @valcaron Před 23 dny

    Max/MSP tutorials made after 2012 seem to be uncommon for some reason (I can't trust any tutorial "uploaded 11 years ago", "uploaded 14 years ago", etc), so thanks for making these!

  • @freeelectron8261
    @freeelectron8261 Před 18 dny

    Excellent work!

  • @super_guigui9753
    @super_guigui9753 Před 29 dny

    Super usefull and very well explained !

  • @teemumastovaara
    @teemumastovaara Před 4 měsíci

    Clear and thorough tutorial, thank you so much! Very interesting that it works through jit, makes it possible to do visuals that are extremely connected to the sound! A lot to delve into...

  • @AndrewGordonBellPerc
    @AndrewGordonBellPerc Před rokem +2

    Amazing, as always!

  • @djdoedsbo
    @djdoedsbo Před rokem +3

    Super useful. well done!

  • @sebairsteinmusicexperience4157

    Thanks you for the codebox solution 😊

  • @lukaszswist2321
    @lukaszswist2321 Před rokem +1

    so much to learn, thanks!

  • @eldarsadykov
    @eldarsadykov Před rokem +2

    Very very nice! Thanks!

  • @ferkohyeah
    @ferkohyeah Před rokem +1

    amazing, thanks very much!

  • @tcrist56
    @tcrist56 Před rokem +1

    Excellent!

  • @mannibimmel09
    @mannibimmel09 Před rokem +1

    funky) thx a lot!

  • @borges69
    @borges69 Před 24 dny

    What it seems interesting to me is that the random waveforms created here produce tones similar to FM synths. Actually, they have nothing to do with each other, but I guess the complex waveforms produced by FM synths must produce similar complex waves. More precisely, the human ear, or rather the brain, is getting a similar perception. Or I came to such a conclusion because I automatically compared it in between subtraction, additive and FM synth :-), and the winner is FM :-)

    • @joshuahijs
      @joshuahijs Před 12 dny

      because the buffer is being shaped with a cosine wave in jit.gen, it’s basically turning the output into a sine wave modulated by the noise from the jit.bfg - which is more-or-less how fm works! that’s why they sound so similar

  • @cooksoni.a
    @cooksoni.a Před 3 měsíci

    Thats cool as fuck

  • @gaetanofiorin-official
    @gaetanofiorin-official Před rokem +1

    Amazing, thanks!