Version
The Property Editor contains the properties and behavior options for the selected Music Track. Track properties, such as volume and Low-Pass Filter, determine how the music sounds in your game. Track behaviors, such as track type and streaming, determine how the music is played at any given point in the game.
The General properties include relative properties, such as volume and Low-Pass Filter, as well as behaviors.
For a complete description of absolute and relative properties, refer to About properties in the Interactive Music Hierarchy.
For a description of the MIDI and Advanced properties, refer to Common tabs and categories: Actor-Mixer Hierarchy objects.
General | |||||||
---|---|---|---|---|---|---|---|
Interface Element |
Description | ||||||
[name] |
The name of the object. | ||||||
(Object Color) |
Displays the object's color. Clicking the icon opens the color selector. Select a color to apply it to the object. When you choose a color for an object, a palette icon appears on the selected square, as well as a yellow triangle in the lower-right corner, as shown. To inherit the parent object's color, select the square at the far left of the color selector. | ||||||
(Mute and Solo) |
Controls the Mute and Solo states for the object and shows the implicit mute and solo states for the object. Muting an object silences this object for the current monitoring session. Soloing an object silences all the other objects in the project except this one. A bold M or S indicates that the Mute or Solo state has been explicitly set for the object. A non-bold M or S with faded color indicates that the object's Mute or Solo state was implicitly set from another object's state. Muting an object implicitly mutes the descendant objects. Soloing an object implicitly mutes the sibling objects and implicitly solos the descendant and ancestor objects.
| ||||||
(Show references) |
Indicates the number of elements in your project that contain direct references to the object. The icon is displayed in orange when references to the object exist, and in gray when no references exist. Selecting the button opens the Reference View with the object's name in the References to: field. | ||||||
Enter text in the search field to find specific properties or property groups. Results are displayed as you type. The search is not case-sensitive and searches all properties associated with an object, even if their category is not selected for display. When a search is active, an x appears at the far-right side of the field and all category buttons are unavailable. Click the x to clear the search. | |||||||
(Only Show Modified) |
When selected, only properties that have been modified from their default value are displayed and all category filter buttons are unavailable. If a search is active, it is only applied to modified properties. Modified properties are displayed with an orange band at the left side of the property list and at the left side of the corresponding category button. | ||||||
(Show/Hide Category Filters) |
Opens a list of all categories associated with the object currently loaded in the Property Editor. For each category selected in the list, a corresponding button is displayed at the top of the list of properties. Select these buttons to display the related properties. Ctrl+click or Shift+click to select multiple buttons. Always Show Additional Properties expands the less frequently used properties, which are collapsed by default. | ||||||
(More Options) |
Opens the following options:
| ||||||
(Open Property Editor Settings) |
Opens the Object Property Settings dialog, which allows you to configure which properties are available for display in the Property Editor. | ||||||
(Open in New Window) |
Duplicates the Property Editor as a floating view. An instance of the editor remains in the Object Tab. |
Music Track | ||||
---|---|---|---|---|
Interface element |
Description | |||
Stream | ||||
Stream |
Enables controls that allow you to stream the audio played in game directly from game media. Streamed media is not included into SoundBanks. It is the Wwise Stream Manager’s, and ultimately, the Low-Level I/O submodule’s responsibility to open and read them from disk at run-time. Refer to the Wwise SDK documentation for more details on Wwise I/O. Streamed files are described in the file SoundBanksInfo.xml, which is created for each platform when SoundBanks are generated. Refer to Managing SoundBanks for more details.
Default value: false | |||
Is Non Cachable |
Disables caching of this file, when caching is enabled in the streaming manager. This is useful to prevent long loops, or files that are played infrequently, from using up space in the streaming cache that could be better utilized by other sounds. Default value: false | |||
Zero Latency |
Creates a small audio buffer consisting of the beginning portion of the audio file that covers the latency time required to fetch the rest of the file. This enables the entire streamed sound to be played back without delays. Latency and prefetch settings are set per track. If you have more than one music source per track then the beginning portion of each source will need to be loaded into memory. Default value: false | |||
Prefetch length (ms) |
The beginning portion of the sound, in milliseconds, that will be loaded into memory in order for the streamed sound to be played back with zero latency. Default value: 100 Range: 0 to 10000 Units: ms | |||
Lookahead Time |
The amount of time reserved by the sound engine to seek the streaming data. This time defines the latency of the track. If the look ahead time is 100 milliseconds, the music will be heard only 100 milliseconds after pressing play. If the look-ahead time is too small, audio tracks might become unsynchronized during playback. Units: ms | |||
Specific | ||||
Track Type |
Defines the playback behavior of the current track and its sub-tracks. The Track Type can be any one of the following:
Default value: Normal | |||
Switch Group or State Group | ||||
Switch Group |
The Switch or State Group assigned to the current container. The Group list contains all the Switch or State Groups that currently exist for the current project. The contents of the Group list depends on whether Switch or State is selected. | |||
Default Switch or State | ||||
Default Switch/State |
The Switch/State that will be played when the game cannot identify a specific Switch or State. |
General | ||||
---|---|---|---|---|
Interface element |
Description | |||
Specific | ||||
Override Color |
Enables the Color slider to change the color chip of the selected objects. Default value: false | |||
Color |
Displays a square filled with either the object’s defined color, or if none is set, a randomly applied color. This key helps identify the object line displayed in the graph view. Default value: 0 Range: 0 to 26 | |||
Inclusion |
Determines whether the element is included in the SoundBanks when they are generated. When selected, the element is included. When unselected, the element is not included. To optimize your sound design for each platform, you might want to exclude certain elements on certain platforms. By default, this check box applies across all platforms. Use the Link indicator to the left of the check box to unlink the element. Then you can customize the state of the check box per platform. When this option is unselected, the property and behavior options in the editor become unavailable. Default value: true | |||
Voice | ||||
Voice Volume |
The attenuation (level or amplitude) applied on the current object before it is routed to a bus or sent to an Auxiliary Bus. Refer to Understanding the Voice Pipeline for more information about volumes.
Default value: 0 Range: -200 to 200 Units: dB | |||
Voice Low-pass Filter |
A recursive filter that attenuates high frequencies based on the value specified. The units for this filter represent the percentage of low-pass filtering that has been applied, where 0 means no low-pass filtering (signal unaffected) and 100 means maximal attenuation. (For more detail, see Wwise LPF and HPF Value Cutoff Frequencies .) Default value: 0 Range: 0 to 100 Units: % | |||
Voice High-pass Filter |
A recursive filter that attenuates low frequencies based on the value specified. The units for this filter represent the percentage of high-pass filtering that has been applied, where 0 means no high-pass filtering (signal unaffected) and 100 means maximal attenuation. Default value: 0 Range: 0 to 100 Units: % | |||
Make-up Gain |
Volume gain in decibels (dB) applied to the voice, after all other volume adjustments. The make-up gain is additive across the Actor-Mixer Hierarchy. Refer to Understanding the voice pipeline to learn about how voices are being processed, how they are being routed and where the different volumes and Effects are being applied. For more information about the Make-up Gain, refer to Using Loudness Normalization or Make-up gain to Adjust Volume .
Default value: 0 Range: -96 to 96 Units: dB |
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise