top of page
- API -
reaper.AZ_Wwise_RemoveObjectFromSoundBank(soundbankID, objectID)
- API Detail-
▼Input values
soundbankID(string): ID (or name or path) of the SoundBank to remove the object from
objectID(string): ID (or name or path) of the object to delete
▼Output values
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_GOLD")
if reaper.AZ_Wwise_Connect("127.0.0.1", 8080) then
soundbankPath = "\\SoundBanks\\Default Work Unit\\test_SoundBank"
objectPath = "\\Events\\Default Work Unit\\test_Event"
reaper.AZ_Wwise_RemoveObjectFromSoundBank(soundbankPath,objectPath)
Msg(reaper.AZ_GetErrorMsg())
reaper.AZ_Wwise_Disconnect()
end
Wwise
AZ_Wwise_RemoveObjectFromSoundBank
Supported versions:
1.3.0
onwards
Remove an object from a SoundBank

bottom of page




