Just as a little note for when you were adding the assets to the array, you can press CTRL+Space to pop up the content browser anywhere
@Turnaround_11 ай бұрын
Incredible as always 🏆
@coder53823 жыл бұрын
Thanks for approaching once again MetaSounds. I was looking for some tutorials on the new audio system in UE5, and I stumbled upon your channel. I've already watched the first video. Thanks again.
@Ka0us2 жыл бұрын
I was looking for information on Steam Audio and I found your last video about MetaSound and it is great material. I really enjoy your videos.
@mwcomposermusic Жыл бұрын
Great tutorial - also note that you can select-all wav files and drag them all straight into the array.
@TheSoundFXGuy Жыл бұрын
You are absolutely correct. When I recorded this video MetaSound was brand new and I wasn’t aware of this at the time.
@mwcomposermusic Жыл бұрын
@@TheSoundFXGuy your tutorials have been fab for me making initial steps into MetaSounds - thanks so much 🙏
@OptimisticMonkey2 жыл бұрын
Great quick tutorial! One tip - you can multiselect all the sounds in the Content Browser and just drag them to the array to set them all at once :-)
@bermonka2 жыл бұрын
love your didactic video style. 1 Follower here
@hunterxhunter61822 жыл бұрын
Thank You 🙏💙🙇♂️
@KaitheArtGuy2 жыл бұрын
This helped fix a bug in my game, thank you! Subbed!
@Kaboomnz3 жыл бұрын
well spoken guide, that room is dope as too, have a thumbs up and a sub
@benblaumentalism62452 жыл бұрын
Just curious; is there a reason you didn’t use generic skeleton notifies, which can be more flexibly used in the Anim Blueprint? Even if I don’t need to detect physical materials and surface types, I use notify events in my Anim BP to trigger footsteps. This is especially helpful when I’m doing a line trace downward to get the surface type from the physical material, and then using SwitchOnEPhysicalSurfaceType to change the footstep sounds dynamically. Are you just keeping things simple here?
@TheSoundFXGuy2 жыл бұрын
You absolutely nailed it. Your way is 100% more flexible. I get viewers from all skill levels so I try to keep my tutorials as “basic” as possible so that users who are new to Unreal get an idea of the concepts and more advanced users can take the info and modify it to what meets their needs.
@benblaumentalism62452 жыл бұрын
@@TheSoundFXGuy Thanks for responding! I really enjoy your channel. Keep up the great work!
@WhiteShack2 жыл бұрын
Got an example I can learn from?
@soundninjaofficial67543 жыл бұрын
Yes, please keep doing more videos on this, It's awesome!
@oli735702 жыл бұрын
Cheers boss
@ShaneSteward3 жыл бұрын
This is really cool.
@dylanking000archive2 жыл бұрын
thanks for the video!
@mmtu63543 жыл бұрын
awesome 👌
@akzork2 жыл бұрын
wow so easy to implement. I hope we can set up for jump land sound.
@TheSoundFXGuy2 жыл бұрын
You sure can. You'll set up your animation notifies just like I did in the run but on your other animations. Once your character enters into that animation state, the notifies for only that animation will get triggered.
@TheDuncan3653 жыл бұрын
Nice vid
@EscapeCondition3 жыл бұрын
Looks like they've kept a lot the same and are just exposing some of your variables in different places so it's more like blueprints. I like the changes.
@NeurovisionGorn2 жыл бұрын
Setup takes a lot longer compared to middleware solutions but it's nice to not have to copy paste code to trigger one shots etc to be able to connect it to animation events.
@thecreatorx3d4392 жыл бұрын
Awesome tutorial!!!
@TheSoundFXGuy2 жыл бұрын
Thanks!
@peter4862 жыл бұрын
I love you :) thank you.
@dow6473 жыл бұрын
Great video, thanks for sharing. I'm new to the Engine, I was wondering if it's possible to create music/beats with MetaSounds? Do you plan on making any tutorials about that?
@weijunchen12902 жыл бұрын
Is anyway that I can when I finished the animation or kill the animation, also kill the sound too?
@CujoSound2 жыл бұрын
Nice video - was struggling getting the random array working in my patch here - trying to have an array of arrays and pick which array to play on material type, wondering if that is possible. hmm.
@TheSoundFXGuy2 жыл бұрын
Hey Bjørn, really appreciate you stopping by. I've been able to do dynamic steps by making a MetaSound for each step type and using a line trace to detect material types (video on that: kzbin.info/www/bejne/porboJaGmdl7eNk) but I haven't been able to set up multiple arrays inside one single MetaSound and select between them. It does seem like something that should be possible though. I'll play around with it some more and see if I can't come up with something.
@CujoSound2 жыл бұрын
@@TheSoundFXGuy yea. Arrays of arrays doesn't seem possible. But something must be up with it if this is meant as a serious competitor to. I.e. middleware that does this easily with just a variable feed. And thanks for the link, I'll check it out
@Ryan-tn4gk3 жыл бұрын
Neat! It's really not that much different from ue4.
@TheSoundFXGuy3 жыл бұрын
It’s really not. To be completely honest, for this particular application I feel like sound cues are a little easier but you have more control in general in MetaSounds. For example, if I wanted to make 8-bit sounding footsteps I can make those right in the engine without having to make them in a DAW to import them and save a little on project size.
@Vincent-iy3ig3 жыл бұрын
Hey, I've really been enjoying your tutorials on UE5. I have a slight problem with pitch shift with regard to looping sounds. I'd like pitch to vary slightly on each loop, but this doesn't seem to work if I input the random float before the wave player - I'm assuming this is because the float node is prior to the Wave Player in the chain? And of course, I can't put the random float node after the Wave Player and then input the pitch as UE5 doesn't allow for these kinds of loops. Any thoughts on a way around this?
@TheSoundFXGuy3 жыл бұрын
Very interesting. I’ll try to take a look as soon as I have some time and let you know what I find.
@Vincent-iy3ig2 жыл бұрын
@@TheSoundFXGuy Thanks!
@Vincent-iy3ig2 жыл бұрын
@@TheSoundFXGuy My bad. It could be me being an idiot. I think the old pitch shift units were as a % of the files pitch. The new units are in semi-tones, hence I was making very minor adjustments which weren't really audible *facepalm*
@TheSoundFXGuy2 жыл бұрын
As long as you learned something then you’re definitely not an idiot. Trial and error is exactly how I learned. Glad to hear you got it working.
@NurettinBerkeDemirel Жыл бұрын
How can i find step sounds?
@TheSoundFXGuy Жыл бұрын
The ones I used in that video were from a sample library. I don't remember which one though. But there are a ton of footstep libraries out there or you could record your own.
@preston7036 Жыл бұрын
How can i do this with my custom metahuman character?
@Fabi_19872 жыл бұрын
where do u have the sound from?
@OgSuda Жыл бұрын
How can I do this without any animations??
@IamDenis.s Жыл бұрын
Hi! Why can't you just use any audio engine where you can do it all 10 times faster and with more flexible settings? Time is money, in game production. Isn't that right?
@gumlguml Жыл бұрын
But this what you build on Metasound, what is the different to a Cue? i mean all the funktions are in Cue you can pitch randomly you can make a bulk of sounds that use it randomly and can all modify :D so what is in this example that you give to us, what is the different ?