Unannounced Dungeons & Dragons Game (Unreal BP and C++)
Procedural music generation system I created using Unreal Engine and Wwise at Hidden Path Entertainment.
Audio
Aside from what is shown in the video, other sound design work I did is under NDA. The work included field recording, asset design, Wwise implementation, collecting impulse responses, and designing with Wwise's Granular Soundseed.
Programming
I used Wwise and its API to accesses information about the currently playing music in Unreal.
I achieved this by pulling the name of the currently playing file and parsing for information such as the key and bpm.
With this I could then make decisions in engine at runtime about which switch container of midi files to play in Wwise, and what tempo to play them at.
Design
It was important to make sure all aspects of gameplay and the environment had proper sound, communicating mechanics, and giving feedback on player actions.