Blog homepage

Wwise Midi Basics: New Super Lucky Tale Foxberry Timer Musical Midi Magic!

Audio Programming / Game Audio

Hello there all you Wonderful Wwise users :)

The essential skill needed to survive game audio is the ability to problem solve. Knowing the ins and outs of your tools can mean the difference between flying blind or aiming right at your target. Last year, I was composing for the charming and playful Switch title “New Super Lucky’s Tale” when I came across a problem requiring that essential skill. The Wwise MIDI system was my solution.

MIDI has been solving problems for Game Audio Composers since the days of iMuse and Creative Labs sound cards. You may be thinking, “But, Aaron it’s 2020 and isn’t MIDI as outdated as the Keytar”? First, the Keytar is the finest instrument gifted to us by the synth gods above. Second, absolutely not and this tutorial will help show exactly how useful it still is today! If you’ve ever wondered how to utilize the power of Wwise.

The Foxberry Timer Challenge

There were a few unique challenges for designing this melody:

  • Each Foxberry Timer has a very different length.
  • That length had no set time and was determined at run time depending on how difficult the challenges algorithm calculated it to be.
  • The music can occur at any time over any melody in a wide array of musical keys and time signatures.
  • Each challenge should feel as though it is counting down in a unified way to add tension while the player collects coins.
  • The traditional Wwise music system couldn’t handle all those variables. Luckily, we had the power of Wwise and Wwise MIDI to provide the solution to each of those challenges!

This video shows my workflow from creating the melody, mocking up the bpm curves, exporting the samples from Ableton, exporting the MIDI, chopping up the samples in Reaper, importing it all into Wwise and hooking it up in Wwise using an RTPC to make it work at any time for all the different Foxberry Timer lengths.

 

 

Part 1: The Ableton Mock-up

First, I wanted to prove the system out. For this I used Ableton Live. I absolutely love working with Ableton for quick iteration and creative tasks. In this case I wrote out the full melody and mocked up the bpm ramp to perform as the RTPC would in the game. I quickly tested different curves and ensured the general sound was working in any scenario.

Then I flattened out the bpm in order to prep the samples and the MIDI. I spread out the samples only using C and G from each octave to save space on the disk. I’ve found in many cases that using two samples per octave works quite well and maximizes your time. Of course, this will depend on your samples and complexity of your instrumentation.

 

Part 2: Reaper for Editing and Exporting

Once I had the mock-ups, I pulled the files into Reaper to prep the samples. Why didn't I edit straight from Ableton? Well, Ableton editing is… tedious to say the least and the faster I can achieve my goals the faster I can express the creative ideas in my brain. The quicker the workflow, the more creative I can be. Reaper is lightning fast at cutting up and exporting files while keeping specific naming structures. Once I chop it up using dynamic split I then export the files from Reaper’s region manager and wildcards. This ensures all the files uniformly edited, prepped and named to make it much easier to map in Wwise.

 

Part 3: Wwise for In-Game usage

I import the Reaper files into Wwise to set up the MIDI music system. The system is one that I created using blend containers to hold all the samples. I use the MIDI keymap editor to map all of my files to different MIDI key ranges so they trigger correctly within Wwise. After which, I pull in the MIDI tracks and map it to the blend container to play the samples. Finally, I set the RTPC to playback speed to control the speed of the MIDI track.

After all that, the MIDI music will trigger, the playback speed of the MIDI will be tied to the RTPC speed which can ramp up as the challenge is closer to being over and the MIDI will trigger notes that stay in key because playback speed won’t affect the pitches.

 

Tip: Speeding up the Process Using WAAPI

After posting this Youtube video the MIDI magician Bernard Rodrigue made a post showing how to use WAAPI to MIDI keymap a Blend Container in 5 seconds with WAAPI. Source code and instructions on GitHub. This is a GIGANTIC workflow enhancement compared to the manual process. Definitely go check this out to save yourself tons of time.

 

For more MIDI videos: 

Connecting a MIDI Controller 

 

 

 

 

 

Importing MIDI Files

 

Finale: Wrapping it all up

If you've ever considered using Wwise MIDI this will be a perfect resource as a basic guide on triggering your music in Wwise for the music of your game. I’m sharing this to help the community use this powerful tool because you are all wonderful audio people and I sincerely hope this information injects some MIDI power into your musical workflows. If you create something awesome with it, please reach out on social media and share your own MIDI magic :)

Aaron Brown

AARON BROWN SOUND

Aaron Brown

AARON BROWN SOUND

Since 2007 Aaron has created audio experiences with industry juggernauts including LucasArts, Playful, Epic, Electronic Arts, Activision, Naughty Dog, Twisted Pixel, Starbreeze, Raven and notable mobile gaming developers. During his career he has been fortunate enough to have contributed his skills to some video games that have won audio awards including Uncharted 3 and The Force Unleashed 2. Aaron has also done composition, sound design and implementation in VR with titles such as Path Of The Warrior, Lucky’s Tale for Oculus, Robo Recall for Oculus and multiple projects for Starbreeze. He also focuses on doing what he can to build a better sound community. He currently lives in Austin where he runs the Austin Game Audio Meetups, hosts gatherings at Mosaic Sound Collective and is on the AES Central Texas Board.

 @aaronbrownsound

Comments

Leave a Reply

Your email address will not be published.

More articles

Designing the Interactive Ambient Sound System for Game of Thrones: Winter is Coming

Creating ambient sounds for a scene is just like setting up an aquarium. The aquarium design should...

26.11.2019 - By Chang Liu ( 刘畅 )

Generating Rain With Pure Synthesis

A few years ago, I wondered whether it was possible to synthesize whatever I wanted. I started by...

30.7.2020 - By Aleksandr Khilko

Authoring Plug-ins for Wwise 2021.1 | Part 1: History and Goals

One of the least known characteristics of the Wwise ecosystem is its extensibility. Companies create...

5.2.2021 - By Michel Donais

Solving the Mobile Game Audio Puzzle

This article will try to shed light on how we use Wwise and other tools at Rovio in free-to-play...

19.8.2022 - By Can Uzer

WAAPI for Wwise 2023.1

Wwise 2023.1 includes the largest Wwise Authoring API (WAAPI) update since the introduction of the...

20.7.2023 - By Bernard Rodrigue

Join Audiokinetic at GDC 2024

We’re excited to be back on the Expo floor at GDC 2024, taking place March 20-22 at the Moscone...

14.3.2024 - By Audiokinetic

More articles

Designing the Interactive Ambient Sound System for Game of Thrones: Winter is Coming

Creating ambient sounds for a scene is just like setting up an aquarium. The aquarium design should...

Generating Rain With Pure Synthesis

A few years ago, I wondered whether it was possible to synthesize whatever I wanted. I started by...

Authoring Plug-ins for Wwise 2021.1 | Part 1: History and Goals

One of the least known characteristics of the Wwise ecosystem is its extensibility. Companies create...