top of page

ReaperのReaScript AZSTOKE-SILVER-API-

  • API:146項目

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

  • バージョン情報:AZSTOKE_SILVER_ver1.2.0

  • 利用可能OS:Windows10以降/MacOS 10以降

  • 利用可能言語:Lua/Python

- API -

28のAPIの追加

AZSTOKE_SILVER_ver1.2.0

- API Detail-

■API追加

  1. AZ_Http_Get:http-Get通信

  2. AZ_Http_Post:http-Post通信

  3. AZ_Http_Put:http-Put通信

  4. AZ_Http_Patch:http-Patch通信

  5. AZ_Http_Delete:http-Delete通信

  6. AZ_Http_Options:http-Options通信

  7. AZ_Slack_PostChannelMessage:チャンネルにメッセージを送信する

  8. AZ_Slack_PostDirectMessage:DMを送信する

  9. AZ_Slack_ReplayMessage:メッセージに返信する

  10. AZ_ShowMessageBox_Info:ポップアップ表示(情報)

  11. AZ_ShowMessageBox_Warn:ポップアップ表示(警告)

  12. AZ_ShowMessageBox_Error:ポップアップ表示(エラー)

■定数を返すAPIの追加

  1. AZ_ButtonID_OK:1を返す

  2. AZ_ButtonID_Cancel:2を返す

  3. AZ_ButtonID_Yes:6を返す

  4. AZ_ButtonID_No:7を返す

  5. AZ_ButtonID_Abort:3を返す

  6. AZ_ButtonID_Retry:4を返す

  7. AZ_ButtonID_Ignore:5を返す

  8. AZ_ButtonID_Try:10を返す

  9. AZ_ButtonID_Continue:11を返す

  10. AZ_WindowType_OK:0を返す

  11. AZ_WindowType_OK_CANCEL:1を返す

  12. AZ_WindowType_ABORT_RETRY_IGNORE:2を返す

  13. AZ_WindowType_YES_NO_CANCEL:3を返す

  14. AZ_WindowType_YES_NO:4を返す

  15. AZ_WindowType_RETRY_CANCEL:5を返す

  16. AZ_WindowType_CANCEL_TRY_CONTINUE:6を返す


■不具合修正【Lua/Python】

  1. ReaScript開発環境で表示されるAPIの説明を修正

  2. HANDAUTOMER、TALKTRONの処理を一つのUndoとして定義


■不具合修正【Python】

  1. 対象のないMediaTrackを戻り値として返す場合、Noneを返すように修正


bottom of page