Version

    Other Documentation

menu_open
Wwise SDK 2022.1.11
Set the Effect0 of a sound to a newly created Custom RoomVerb Effect plug-in

In the "RTPC" list of an object, creates an RTPC on a property using the given ControlInput and curve points.

Function URI

ak.wwise.core.object.set

Arguments

{
"objects": [
{
"object": "\\Actor-Mixer Hierarchy\\Default Work Unit\\MySound",
"@Effect0": {
"type": "Effect",
"name": "myCustomEffect",
"classId": 7733251,
"@PreDelay": 24,
"@RoomShape": 99
}
}
]
}

Options

{
"return": [
"id",
"name"
]
}

Result

{
"objects": [
{
"id": "{A076AA65-B71A-45BB-8841-5A20C52CE727}",
"name": "MyTone",
"@Effect0": {
"id": "{F1DA877A-C8CB-4DB4-ADC2-5932CB4C1F9E}",
"name": "myEffect"
}
}
]
}

Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise