One Minute Wwise | Finding Objects using WAQL

One Minute Wwise | Finding Objects using WAQL

Channel:
Subscribers:
13,100
Published on ● Video Link: https://www.youtube.com/watch?v=9K24tJGpoEk



Duration: 1:23
2,733 views
0


How to find objects in Wwise using WAQL (Wwise Authoring Query Language). Demo shows how to find Event Cues assigned to Events of specific name. No commercials, no lengthy introductions - get 'Wwiser' in about a minute.

More WAQL examples:
$ where pluginname : "compressor"
... finds objects where you used a plugin with the name compressor
$ where outputbus.parent.name = "Music Bus"
... finds objects assigned to the Music Bus
$ from type action where probability != 100
... finds all Event Actions with some probability

To quickly find objects in your Wwise project based on properties, you can use WAQL. To do so...
1. Go to search or the list view.
2. Specify that you're using WAQL ($)
3. And type in what you're looking for.
Let's try it out. Say we've been using Events in our music composition, but now we'd like all of them to point to another Event. For this we could go through the references one by one, selecting the new Event in each of the Event Cues, but let's do it smarter and use WAQL.
In search, or the list view, type in a dollar sign ($) for WAQL. Then specify that you're looking for an Event Cue and type in that it's from the type MusicEventCue. Next, let's filter the list to only those assigned to a music cymbal. To filter, start with the keyword where and then where the Event's name is... and then the name of the Events Music_Cymbal. That's almost it, but one of them is missing an underscore. So let's search for any combination in between Music and Cymbal using an asterisk. We've now found all of them, so let's use the Multi Editor and select a new Event. That's it!

Resources:
* Introducing WAQL: https://hubs.ly/H0KCTqk0
* Get started with WAQL: https://hubs.ly/H0KCVQz0
* WAQL Glossary: https://hubs.ly/H0KCVYM0
* WAQL Keywords: https://hubs.ly/H0KCWHj0
* Object Reference: https://hubs.ly/H0KCY8X0
* Using WAAPI: https://hubs.ly/H0KCYcV0

Connect with us!
Website: https://www.audiokinetic.com
Facebook: https://www.facebook.com/Audiokinetic
LinkedIn: https://www.linkedin.com/company/audiokinetic
Twitter: https://twitter.com/audiokinetic​
Twitch: https://www.twitch.tv/audiokinetic







Tags:
WAQL
Wwise
wise
authoring
find objects
query
queries
sound engine
audio engine
search