top of page

Reaper's ReaScript AZSTOKE-GOLD-API-

  • API: 25 items

  • wwise,LOUDMATCHFY,MIDDLESCANNER

  • Version information: AZSTOKE_GOLD_ver1.0.0

  • Available OS: Windows 10 or later/MacOS 10 or later

  • Available languages: Lua/Python

- API -
03_GOLD.png

25 new API items added

AZSTOKE_GOLD_ver1.0.0

- API Detail-

■ API addition

  1. AZ_Wwise_Connect: Start connecting to Wwise

  2. AZ_Wwise_Disconnect: Finish connecting to Wwise

  3. AZ_Wwise_GetProjectName: Gets the name of the current Wwise project

  4. AZ_Wwise_SetProperty: Set a property of a Wwise object

  5. AZ_Wwise_MoveObject: Move a Wwise object

  6. AZ_Wwise_SetName: Set the name of a Wwise object

  7. AZ_Wwise_GetProperty: Gets the properties set on a Wwise object

  8. AZ_Wwise_SearchSoundItemFromName: Get sound objects with matching names

  9. AZ_Wwise_GetChildrenList: Get the child objects of a specified Wwise object

  10. AZ_Wwise_GetTotalVolume: Calculates the total volume setting for the specified Wwise object's output

  11. AZ_Wwise_GetSelectedObjectList: Get all selected Wwise objects

  12. AZ_Wwise_GetAllActorAncestorList: Get all ancestors of a specified Wwise object

  13. AZ_Wwise_GetAllBusAncestorList: Gets all buses and their ancestors set on a specified Wwise object.

  14. AZ_Wwise_GetUserAuxSend: Gets the sends set on a specified Wwise object

  15. AZ_Wwise_GetSwitchSet: Gets information about a switch group and the switches it contains.

  16. AZ_Wwise_GetPropertyList: Gets a list of properties set on a specified Wwise object

  17. AZ_Wwise_CreateContainer: Creates a container directly under the specified Wwise object.

  18. AZ_LOUDMATCHFY_SetVolumeForMediaItem: Executes LOUDMATCHFY on the media.

  19. AZ_LOUDMATCHFY_SetVolumeForMediaId: Execute LOUDMATCHFY for the media ID.

  20. AZ_LOUDMATCHFY_SetVolumeForSelectedMediaId: Execute LOUDMATCHFY for the selected media ID.

  21. AZ_LOUDMATCHFY_SetVolumeForMediaItemList: Executes LOUDMATCHFY for the media in the list.

  22. AZ_MIDDLESCANNER_Wwise_GetVolumeForMediaItem: Executes MIDDLESCANNER for the media.

  23. AZ_MIDDLESCANNER_Wwise_GetVolumeForMediaId: Executes MIDDLESCANNER for the media ID.

  24. AZ_MIDDLESCANNER_Wwise_GetVolumeForSelectedMediaId: Executes MIDDLESCANNER for the selected media ID.

  25. AZ_MIDDLESCANNER_Wwise_GetVolumeForMediaItemList: Executes MIDDLESCANNER for the media in the list.

bottom of page