top of page

Reaper's ReaScript AZSTOKE-SILVER-API-

  • API: 146 items
  • Track,StringProject,Folder/Fiele,Number,Marker,Loudness,UI,Http,Slack,HANDAUTOMER,TALKTRON
  • Version information: AZSTOKE_SILVER_ver1.2.0
  • Available OS: Windows 10 or later/MacOS 10 or later
  • Available languages: Lua/Python
- API -

28 additional API

AZSTOKE_SILVER_ver1.2.0

- API Detail-

■API addition

  1. AZ_Http_Get:http-Get Communication
  2. AZ_Http_Post:http-Post Communication
  3. AZ_Http_Put:http-Put Communication
  4. AZ_Http_Patch:http-Patch Communication
  5. AZ_Http_Delete:http-Delete Communication
  6. AZ_Http_Options:http-Options Communication
  7. AZ_Slack_PostChannelMessage:Send a message to the channel
  8. AZ_Slack_PostDirectMessage:Send DM
  9. AZ_Slack_ReplayMessage:Reply to message
  10. AZ_ShowMessageBox_Info:Pop-up display (information)
  11. AZ_ShowMessageBox_Warn:Pop-up display (warning)
  12. AZ_ShowMessageBox_Error:Pop-up display (error)

■Add API to return constants

  1. AZ_ButtonID_OK:Return 1
  2. AZ_ButtonID_Cancel:Return 2
  3. AZ_ButtonID_Yes:Return 6
  4. AZ_ButtonID_No:Return 7
  5. AZ_ButtonID_Abort:Return 3
  6. AZ_ButtonID_Retry:Return 4
  7. AZ_ButtonID_Ignore:Return 5
  8. AZ_ButtonID_Try:Return 10
  9. AZ_ButtonID_Continue:Return 11
  10. AZ_WindowType_OK:Return 0
  11. AZ_WindowType_OK_CANCEL:Return 1
  12. AZ_WindowType_ABORT_RETRY_IGNORE:Return 2
  13. AZ_WindowType_YES_NO_CANCEL:Return 3
  14. AZ_WindowType_YES_NO:Return 4
  15. AZ_WindowType_RETRY_CANCEL:Return 5
  16. AZ_WindowType_CANCEL_TRY_CONTINUE:Return 6

■bug fix【Lua/Python】

  1. Fixed API description displayed in ReaScript development environment
  2. Define HANDAUTOMER and TALKTRON processing as one Undo

■bug fix【Python】

  1. Fixed to return None when returning a MediaTrack with no target

bottom of page