top of page

Reaper's ReaScript AZSTOKE-SILVER-API-

  • API: 109 items

  • Track,StringProject,Folder/Fiele,Number,Marker,Loudness,HANDAUTOMER

  • Version information: AZSTOKE_SILVER_ver1.0.0

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

  • Available languages: Lua/Python

- API -

109 APIs added

AZSTOKE_SILVER_ver1.0.0

- API Detail-

■API added

  1. AZ_GetTrackItemSelect: Get track item with specified track type ID
  2. AZ_GetSelectedTrackFirstInfo: Get the first track item and track ID of the selected track
  3. AZ_InsertTrackSearchUniqueOnly: Insert if the specified track name is unique
  4. AZ_InsertTrackId: Insert track with specified ID
  5. AZ_InsertChildTrack: Insert as child track of specified parent track item
  6. AZ_GetTrackItemIndex: Get track ID of specified track item
  7. AZ_GetTrackCountSelect: Get the number of tracks in the specified project (selection type)
  8. AZ_GetTrackItemMute: Get mute of specified track item
  9. AZ_GetTrackIdMute: Get mute of specified track ID
  10. AZ_GetSelectedTrackIdMute: Get mute of specified selected track ID
  11. AZ_SetTrackItemMute: Set mute for specified track item
  12. AZ_SetTrackIdMute: Set mute for specified track ID
  13. AZ_SetSelectedTrackIdMute: Set mute for specified selected track ID
  14. AZ_SetTrackAllMuteOFF: Turn mute off for all tracks
  15. AZ_GetTrackItemSolo: Get solo of specified track item
  16. AZ_GetTrackIdSolo: Get solo of specified track ID
  17. AZ_GetSelectedTrackIdSolo: Get solo of specified selected track ID
  18. AZ_SetTrackItemSolo: Solo setting for specified track item
  19. AZ_SetTrackIdSolo: Solo setting for specified track ID
  20. AZ_SetSelectedTrackIdSolo: Solo setting for specified selected track ID
  21. AZ_SetTrackAllSoloOFF: Set solo of all tracks to OFF
  22. AZ_GetTrackItemColor: Get the color value of the specified track item
  23. AZ_GetTrackIdColor: Get the color value of the specified track ID
  24. AZ_GetSelectedTrackIdColor: Get the color value of the specified selected track ID
  25. AZ_SetTrackItemColor: Set the color of the specified track item
  26. AZ_SetTrackIdColor: Set color to specified track ID
  27. AZ_SetSelectedTrackIdColor: Set color to specified selected track ID
  28. AZ_SetTrackItemRGB: Set RGB of specified track item
  29. AZ_SetTrackIdRGB: Set RGB of specified track ID
  30. AZ_SetSelectedTrackIdRGB: Set RGB of specified selected track ID
  31. AZ_GetTrackItemDepth: Get the number of layers of the specified track item
  32. AZ_GetTrackIdDepth: Get the number of layers of the specified track ID
  33. AZ_GetSelectedTrackIdDepth: Get the number of layers of the specified selected track ID
  34. AZ_SetTrackItemDepth: Set the number of layers for the specified track item
  35. AZ_SetTrackIdDepth: Set the number of layers for the specified track ID
  36. AZ_SetSelectedTrackIdDepth: Set the number of layers for the specified selected track ID
  37. AZ_GetTrackItemName: Get the track name of the specified track item
  38. AZ_GetTrackIdName: Get the track name of the specified track ID
  39. AZ_GetSelectedTrackIdName: Get the track name of the specified selected track ID
  40. AZ_SetTrackItemName: Set name to specified track item
  41. AZ_SetTrackIdName: Set name to specified track ID
  42. AZ_SetSelectedTrackIdName: Set name to specified selected track ID
  43. AZ_SetTrackIdSelected: Select/deselect specified track ID
  44. AZ_SetTrackItemOnlySelected: Select only the specified track item
  45. AZ_SetTrackIdOnlySelected: Select only the specified track ID
  46. AZ_GetTrackItemVolume: Get the volume value of the specified track item
  47. AZ_GetTrackIdVolume: Get the volume value of the specified track ID
  48. AZ_GetSelectedTrackIdVolume: Get the volume value of the specified selected track ID
  49. AZ_SetTrackItemVolume: Set the volume of the specified track item
  50. AZ_SetTrackIdVolume: Set the volume of the specified track ID
  51. AZ_SetSelectedTrackIdVolume: Set the volume of the specified selected track ID
  52. AZ_SetTrackItemAddVolume: Add volume to specified track item
  53. AZ_SetTrackIdAddVolume: Add volume to specified track ID
  54. AZ_SetSelectedTrackIdAddVolume: Add volume to specified selected track ID
  55. AZ_DeleteTrackIdSelect: Delete the specified track ID (selective)
  56. AZ_CheckSameString: Check if the specified string is the same without checking the case
  57. AZ_CheckIncludeString: Check if the specified string is included
  58. AZ_CheckIncludePerfectString: Check if the specified string is included and the case matches.
  59. AZ_ReplaceSearchString: Replace string
  60. AZ_DeleteBlankString: Delete blank string
  61. AZ_SetProjectInfoRecPath: Set recording path in project settings
  62. AZ_SetProjectInfoRecAddPath: Add to recording path in project settings and set
  63. AZ_SetProjectPathFolder: Add folder hierarchy to project path
  64. AZ_SetResoucePathFolder: Add folder hierarchy to resource path
  65. AZ_SetPathFolder: Add folder hierarchy to specified path
  66. AZ_SetCopyFile: Copy all contents of the specified path to the specified path
  67. AZ_WriteFile: Write specified text file
  68. AZ_ReadFile: Read specified text file
  69. AZ_GetRandomNumInteger: Output random integer number
  70. AZ_GetRandomNumDouble: Output floating point random number
  71. AZ_GetRandomColor: Random output of color values
  72. AZ_FormatNumDigit: Output the specified number of digits of the specified number
  73. AZ_GetRegionMarkerIndex: Get index of specified region ID
  74. AZ_GetRegionMarkerPosition: Get the start and end points of the specified region ID
  75. AZ_GetRegionMarkerName: Get the region name of the specified region ID
  76. AZ_GetRegionMarkerColor: Get the color of the specified region ID
  77. AZ_SetRegionMarkerPosition: Set the start and end points of the specified region ID
  78. AZ_SetRegionMarkerName: Set the region name of the specified region ID
  79. AZ_SetRegionMarkerColor: Set the color of the specified region ID
  80. AZ_AddRegionMarker: Add region
  81. AZ_DeleteAllRegion: Delete all regions
  82. AZ_SetMediaItemHANDAUTOMER: Set "HANDAUTOMER" to the specified media
  83. AZ_SetMediaIdHANDAUTOMER: Set "HANDAUTOMER" to the specified media ID
  84. AZ_SetSelectedMediaIdHANDAUTOMER: Set "HANDAUTOMER" to the specified selected media ID
  85. AZ_SetMediaItemLoudnessMaxMomentary: Set the specified MaxMomentary for the specified media
  86. AZ_SetMediaIdLoudnessMaxMomentary: Set specified MaxMomentary to specified media ID
  87. AZ_SetSelectedMediaIdLoudnessMaxMomentary: Set specified MaxMomentary to specified selected media ID
  88. AZ_ActionMediaItemSelectKeep: Perform action on specified media
  89. AZ_ActionMediaIdSelectKeep: Execute action on specified media ID
  90. AZ_ActionSelectedMediaIdSelectKeep: Execute action on specified selected media ID
  91. AZ_RenderMediaItemActiveTake: Export the active take of the specified media to a new take
  92. AZ_RenderMediaIdActiveTake: Export the active take of the specified media ID to a new take
  93. AZ_RenderSelectedMediaIdActiveTake: Export the active take of the specified selected media ID to a new take
  94. AZ_SetMediaItemEnvelopeAllOFF: Turn off all envelopes of specified media
  95. AZ_SetMediaIdEnvelopeAllOFF: Turn off all envelopes for the specified media ID
  96. AZ_SetSelectedMediaIdEnvelopeAllOFF: Turn off all envelopes of specified selected media ID
  97. AZ_GetTrackItemList: Output all track items in the specified project as an array
  98. AZ_GetTrackItemChildList: Output child track item array of specified track item
  99. AZ_GetTrackIdChildList: Output child track item array of specified track ID
  100. AZ_GetSelectedTrackIdChildList: Output child track item array of specified selected track ID
  101. AZ_GetSamePerfectTrackNameList: Output array of exact match same name track items
  102. AZ_GetIncludePerfectTrackNameList: Output array of partially matched track items with the same name
  103. AZ_GetTrackDepthList: Output array of all track layers of the specified project
  104. AZ_GetFilePathList: Output file path array of specified folder path
  105. AZ_GetStringSplitList: Output array with specified delimiter of specified text
  106. AZ_GetUserInputList: Generate UI text box and set input control
  107. AZ_GetMediaItemPeakList: Output peak array of specified media item
  108. AZ_GetMediaIdPeakList: Output peak array of specified media ID
  109. AZ_GetSelectedMediaIdPeakList: Peak array output of specified selected media ID
bottom of page