Phasor~ - Signal Ramps and Wave Shaping - Helpful objects to know - Max MSP Audio Tutorial
HTML-код
- Опубликовано: 10 фев 2025
- In this video we talk about the max msp audio object phasor~ and why it's an essential tool for audio siginal programming with some examples of shaping the signal ramp into other waveforms.
if you learned something from this video please remember to like and subscribe
Patreon: / andrews_art_project
Instagram: @andrews_art_project
amazing channel ! subbed ! thank you for these great tutorials !
I used to have the patchblocks and enjoyed programming them a lot but they were extremely limited in memory. Max seems like a great step up but follows a lot of the same math principles, only with much more objects and depth
Was looking for some cool effects to add to my project, this video is a gold mine!!! Ty!
Excellent tutorial as always, thank you.
Love your tutorials buddy! Is there a way to do this with a sine wave in rnbo~ or gen~ since they don't have sinx~
You should be able to use a cycle object to create a sin wave. If you want to use wave shaping to get the sin wave shape I believe rnbo uses a regular sin object
@@AndrewRobinson26 Hey brother, I ended up using a cos~ and it worked!
THANK YOU SO MUCH!! Super helpful!
really well explained thanks
Thanks 🙏
THX! Hey, do i get it right? the phasor to sine by 6.28 example is great for advanced synthesis because it is waveshaping backwards or something?
That example you are referring to is shaping the phasor wave from a 0-1 ramp to a -1 - 1 sin wave. This is useful in a lot of different instances for example if you’re using the phasor to drive processes in your patch but say one of the processes needs the -1 - 1 ramp, you could use this formal and shape the phasor into a sin wave ramp which gives you the function you need while keeping everything in time because it’s all tied to the same phasor. You can also use wave shaping to get a variety of complex timbres and so much more
The left channel of this video is silent, and I thought my earphones were broken.
Great video, but wish the sound was on both speakers.... makes it difficult to watch using headphones.
I’m so sorry I’m not sure how that happened.
@@AndrewRobinson26 no worries... I wonder if it's possible to replace the video file on RUclips
why does "greater than or equal to 0.5" equate to "0 or 1" what happened to 0.6, 0.7, 0.8, 0.9 ,etc
Greater than or less than comparisons in programming only check to see if the incoming value is above or below the set threshold. If it’s true it returns a 1 to tell you it’s true and a 0 if it’s false. Because .6 .7 .8 .9 are all above .5 the equation is true and will output a 1
@@AndrewRobinson26 ah, thank you for that. details like that tend to trip me up in max haha, ty
1nd 1n 1nt 2nd 2n 2nt 4nd 4n 4nt 8nd 8n 8nt 16nd 16n 16nt 32nd 32n 32nt 64nd 64n 128n