top of page

Reaper's ReaScript AZSTOKE-SILVER-API

  • API: 148 items

  • Track,StringProject,Folder/Fiele,Number,Marker,Loudness,UI,Http,Slack,HANDAUTOMER,TALKTRON

  • Version information: AZSTOKE_SILVER_ver1.3.0

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

  • Available languages: Lua/Python

- API -

Addition of API 2, improvement of API 9, bug fix of API 8

AZSTOKE_SILVER_ver1.3.0

- API Detail-

■ API addition


AZ_GetSelectedTrackItemList: Gets the selected tracks in the project as an array

AZ_InsertUniqueChildTrack: Insert a child track (does not insert if a track with the same name exists)


■Renovations


Added parameter to specify name of insert track

・AZ_InsertTrackId

・AZ_InsertChildTrack


Fixed to get all files if they do not have an extension

・AZ_GetFilePathList


Changed loudness measurement logic

・AZ_GetMediaItemLoudnessMaxMomentary

・AZ_GetMediaIdLoudnessMaxMomentary

・AZ_GetSelectedMediaIdLoudnessMaxMomentary

・AZ_SetMediaItemLoudnessMaxMomentary

・AZ_SetMediaIdLoudnessMaxMomentary

・AZ_SetSelectedMediaIdLoudnessMaxMomentary


■ Bug fixes


Fixed an issue where paths containing Japanese characters would not work.

・AZ_WriteFile

・AZ_ReadFile

・AZ_SetProjectPathFolder

・AZ_SetResoucePathFolder

・AZ_SetProjectInfoRecAddPath

・AZ_SetPathFolder


Fixed a bug that an array of size 2 was returned when a string without a separator was specified.

・AZ_GetSplitStringList


Fixed a bug where the size of the output array was 2 when inputNum was 1.

・AZ_GetUserInputList


bottom of page