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 -

24 APIs added, 16 APIs improved, bugs fixed
AZSTOKE_GOLD_ver1.3.0
- API Detail-
■ API addition
Wwise
- AZ_Wwise_AddObjectToSoundBank : Add an object to a SoundBank
- AZ_Wwise_RemoveObjectFromSoundBank : Remove an object from a SoundBank
- AZ_Wwise_FilterType_Events : [Constant] SoundBank Filter Type-Events
- AZ_Wwise_FilterType_Structures : [Constant] SoundBank filter type - Structures
- AZ_Wwise_FilterType_Media : [Constant] Soundbank filter type - Media
SVN Related
- AZ_SVN_SetAuth : Set SVN authentication information
- AZ_SVN_CheckoutOrUpdate : Check out an SVN repository or update a local working copy
- AZ_SVN_Add : Add a file to SVN version control
- AZ_SVN_Commit : Commit to the SVN repository
- AZ_SVN_Revert : Revert a working copy
- AZ_SVN_GetFileList : Get a list of files in a repository
- AZ_SVN_GetAddAndUpdateList : Get add/update list on commit
- AZ_SVN_GetRootUrl : Get root URL
- AZ_SVN_Export: Export files in the repository to a separate folder
- AZ_SVN_Export_CommitOnly : Retrieve updated files when committing
- AZ_SVN_ExportAudioToProject : Copy the audio file to the project folder.
- AZ_SVN_ExportAudioToProject_Commit : Copy additionally updated files to the project folder on commit
Perforce
- AZ_P4_Connect : Connect to a Perforce server
- AZ_P4_Disconnect : Disconnect from the Perforce server
- AZ_P4_SyncFiles : Get files from the depot
- AZ_P4_ExportToDirectory : Export Perforce files to a folder
- AZ_P4_ExportAudioToProject : Copy the audio file to the project folder
others
- AZ_WriteMode_Overwrite: [Constant] File/folder output method - overwrite
- 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.
- AZ_Wwise_CreateObject
- AZ_Wwise_CreateActorMixer
- AZ_Wwise_CreateWorkUnit
- AZ_Wwise_CreateVirtualFolder
- AZ_Wwise_CreateEvent
- AZ_Wwise_CreateContainer
- AZ_Wwise_CreateSoundSFX
- AZ_Wwise_CreateSoundVoice
Added "language" and "platform" to the API arguments to allow for retrieval and modification of language and platform-specific settings.
- AZ_Wwise_GetProperty
- AZ_Wwise_GetPropertyList
- AZ_Wwise_SetProperty
- AZ_Wwise_SetReference
Excel Related
When the cell value is a number, the API output value is now also a number type.
- AZ_Excel_GetCellValue
- AZ_Excel_GetCellValue_ByNumber
When the API input value is a numeric type, it is now output as a numeric value in the cell.
- AZ_Excel_SetCellValue
- AZ_Excel_SetCellValue_ByNumber
■ Bug fixes
- 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.