top of page

Reaper's ReaScript AZSTOKE-GOLD-API-

  • API: 90 items

  • wwise,LOUDMATCHFY,MIDDLESCANNER,Excel,Render,SVN,Perforce

  • Version information: AZSTOKE_GOLD_ver1.3.0

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

  • Available languages: Lua/Python

- API -
03_GOLD.png

24 APIs added, 16 APIs improved, bugs fixed

AZSTOKE_GOLD_ver1.3.0

- API Detail-

■ API addition


 Wwise


  1.  AZ_Wwise_AddObjectToSoundBank : Add an object to a SoundBank
  2.  AZ_Wwise_RemoveObjectFromSoundBank : Remove an object from a SoundBank
  3.  AZ_Wwise_FilterType_Events : [Constant] SoundBank Filter Type-Events
  4.  AZ_Wwise_FilterType_Structures : [Constant] SoundBank filter type - Structures
  5.  AZ_Wwise_FilterType_Media : [Constant] Soundbank filter type - Media

 SVN Related


  1.  AZ_SVN_SetAuth : Set SVN authentication information
  2.  AZ_SVN_CheckoutOrUpdate : Check out an SVN repository or update a local working copy
  3.  AZ_SVN_Add : Add a file to SVN version control
  4.  AZ_SVN_Commit : Commit to the SVN repository
  5.  AZ_SVN_Revert : Revert a working copy
  6.  AZ_SVN_GetFileList : Get a list of files in a repository
  7.  AZ_SVN_GetAddAndUpdateList : Get add/update list on commit
  8.  AZ_SVN_GetRootUrl : Get root URL
  9.  AZ_SVN_Export: Export files in the repository to a separate folder
  10.  AZ_SVN_Export_CommitOnly : Retrieve updated files when committing
  11.  AZ_SVN_ExportAudioToProject : Copy the audio file to the project folder.
  12.  AZ_SVN_ExportAudioToProject_Commit : Copy additionally updated files to the project folder on commit

 Perforce


  1.  AZ_P4_Connect : Connect to a Perforce server
  2.  AZ_P4_Disconnect : Disconnect from the Perforce server
  3.  AZ_P4_SyncFiles : Get files from the depot
  4.  AZ_P4_ExportToDirectory : Export Perforce files to a folder
  5.  AZ_P4_ExportAudioToProject : Copy the audio file to the project folder

 others


  1.  AZ_WriteMode_Overwrite: [Constant] File/folder output method - overwrite
  2.  AZ_WriteMode_Numbering: [Constant] File/folder output method - Numbering the alias

 ■Renovations


 Wwise


 Added "isUnique" to the API arguments, so that if an object with the same name already exists in the destination, you can select a flow to retrieve that information instead of creating a new one.

  1.  AZ_Wwise_CreateObject
  2.  AZ_Wwise_CreateActorMixer
  3.  AZ_Wwise_CreateWorkUnit
  4.  AZ_Wwise_CreateVirtualFolder
  5.  AZ_Wwise_CreateEvent
  6.  AZ_Wwise_CreateContainer
  7.  AZ_Wwise_CreateSoundSFX
  8.  AZ_Wwise_CreateSoundVoice

 Added "language" and "platform" to the API arguments to allow for retrieval and modification of language and platform-specific settings.

  1.  AZ_Wwise_GetProperty
  2.  AZ_Wwise_GetPropertyList
  3.  AZ_Wwise_SetProperty
  4.  AZ_Wwise_SetReference

 Excel Related


 When the cell value is a number, the API output value is now also a number type.

  1.  AZ_Excel_GetCellValue
  2.  AZ_Excel_GetCellValue_ByNumber

 When the API input value is a numeric type, it is now output as a numeric value in the cell.

  1.  AZ_Excel_SetCellValue
  2.  AZ_Excel_SetCellValue_ByNumber


 ■ Bug fixes

  1.  AZ_RenderToAudioFile :

 Fixed a bug that caused Reaper to crash when rendering a large number of files

 Fixed a bug where the "Channels" option in the options argument was not reflected.


bottom of page