top of page
- API -

projName = reaper.AZ_Wwise_GetProjectName()

- API Detail-

▼Input value


▼Output value

projectName(string): The name of the currently open Wwise project.

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_GOLD")


if (reaper.AZ_Wwise_Connect("127.0.0.1",8080,5)) then

projName = reaper.AZ_Wwise_GetProjectName()

Msg(projName)

reaper.AZ_Wwise_Disconnect()

end

Wwise

AZ_Wwise_GetProjectName

Supported versions:

1.0.3

onwards

Get the name of the current Wwise project

bottom of page