It is awesome to be able to modify MusicFade objects using WAAPI, especially when there are many (hundreds?) of MusicTransitions within a MusicSwitchContainer.
However, unlike CustomCue objects, which can be created within MusicSegments with core.object.create using the Lists argument, the same can't be done for MusicFade objects.
MusicFade objects cannot be created with WAAPI. So while it is possible to modify many MusicFade objects in one command (e.g. the user wants to change hundreds of existing MusicFade objects to the linear fade-type instead of exponential), the MusicFade must exist beforehand. The only way to actually create a MusicFade object is through the authoring tool. The user has to go into the MusicTransition, enable the bool that specifies which MusicFade you want to make (which can also be performed via WAAPI), and click on the "Edit..." button.
After saving, the MusicFade object is part of the .wwu and can be modified with WAAPI.
Can the creation of MusicFade objects through WAAPI be supported in the future? This would really speed up tedious music workflows.
Thanks,
Cameron
Wwise version 2021.1.6 (though the documentation for 2022 shows the behavior should be the same).