top of page

Reaper's ReaScript AZSTOKE-GOLD-API-

  • API: 53 items
  • wwise,LOUDMATCHFY,MIDDLESCANNER
  •  Version information: AZSTOKE_GOLD_ver1.1.0
  •  Available OS: Windows 10 or later/MacOS 10 or later
  •  Available languages: Lua/Python
- API -
03_GOLD.png

28 additional API items

AZSTOKE_GOLD_ver1.1.0

- API Detail-

■ API addition

Wwise

  1. AZ_Wwise_CreateSoundSFX : Creates a SoundSFX object.

  2. AZ_Wwise_CreateSoundVoice : Creates a SoundVoice object.

  3. AZ_Wwise_ImportAudioFile : Imports a source into a Sound object

  4. AZ_Wwise_GetStateSet : Get state information

  5. AZ_Wwise_GetStateModificationFromFile : Get per-state modifications from a work unit file

  6. AZ_Wwise_GetStateModification : Get the per-state modification value

Rendering Related

  1. AZ_RenderToAudioFile : Rendering execution

  2. AZ_GetRenderSetting : Get the rendering settings

  3. AZ_GetRenderSettingFromProject : Gets the rendering settings from the project file.

  4. AZ_SetRenderSetting : Sets the project's render settings


Excel Related

  1. AZ_Excel_OpenFile : Opens an Excel file

  2. AZ_Excel_CloseFile : Closes an Excel file

  3. AZ_Excel_OpenWorksheet : Opens a worksheet.

  4. AZ_Excel_OpenWorksheet_ByIndex : Open a worksheet by index

  5. AZ_Excel_GetCellValue: Get value (cell address)

  6. AZ_Excel_GetCellValue_ByNumer: Get value (row number specified)

  7. AZ_Excel_SetCellValue: Set value (cell address)

  8. AZ_Excel_SetCellValue_ByNumer: Set value (row and row number)

  9. AZ_Excel_SaveDocument : Save Excel file

  10. AZ_Excel_CreateDocument: Create a new Excel file

  11. AZ_Excel_AddWorksheet : Add a worksheet

  12. AZ_Excel_RenameWorksheet : Rename a worksheet

  13. AZ_Excel_DeleteWorksheet : Delete a worksheet

  14. AZ_Excel_GetWorksheetList : Get the worksheet list

  15. AZ_Excel_SearchCellsInWorksheet : Search cells in a worksheet

  16. AZ_Excel_SearchRowsInWorksheet : Search rows in a worksheet

  17. AZ_Excel_SearchCellsInAllWorksheets : Search rows in all worksheets

  18. AZ_Excel_SearchRowsInAllWorksheets : Search rows in all worksheets

bottom of page