top of page

Reaper's ReaScript AZSTOKE-BRONZE-API-

  • API: 154 items (Media operations)

  • Version information: AZSTOKE_BRONZE_ver2.0.0

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

  • Available languages: Lua/Python

- API -

28 API additions/bug fixes

AZSTOKE_BRONZE_ver2.0.0

- API Detail-

■ API addition

  1. AZ_InsertMediaOutItem: Inserts a media file at the specified path and retrieves the media item.

  2. AZ_GetMediaItemBitRate: Get the bit rate of the specified media item

  3. AZ_GetMediaItemSampleRate: Gets the sample rate of a specified media item

  4. AZ_GetMediaItemNumChannels: Gets the number of channels for a specified media item.

  5. AZ_GetMediaItemChannelMode: Gets the channel mode of the specified media item.

  6. AZ_SetMediaItemChannelMode: Sets the channel mode of the specified media item.

  7. AZ_GetMediaItemName: Gets the name of the specified media item.

  8. AZ_SetMediaItemName: Sets the name of the specified media item.

  9. AZ_GetMediaItemMute: Gets the mute status of the specified media item.

  10. AZ_SetMediaItemMute: Sets the mute status of the specified media item.

  11. AZ_GetMediaItemStartTimeSeconds: Get the start time (seconds) of the specified media item

  12. AZ_GetMediaItemLength: Gets the length (in seconds) of a specified media item.

  13. AZ_GetMediaItemEndTime: Gets the end time (in seconds) of the specified media item.

  14. AZ_GetMediaItemFade: Gets the fade time type and duration (in seconds) for a specified media item.

  15. AZ_SetMediaItemFade: Sets the fade time type and duration (in seconds) for the specified media item.

  16. AZ_GetMediaItemVolume: Gets the volume (dB) of the specified media item.

  17. AZ_SetMediaItemVolume: Sets the volume (dB) of the specified media item.

  18. AZ_SetMediaItemAddVolume: Adds the volume (dB) of the specified media item.

  19. AZ_GetMediaItemPitch: Gets the pitch of the specified media item.

  20. AZ_SetMediaItemPitch: Sets the pitch of the specified media item.

  21. AZ_SetMediaItemAddPitch: Adds the pitch of the specified media item.

  22. AZ_GetMediaItemRate: Gets the speed of a specified media item.

  23. AZ_SetMediaItemRate: Sets the speed of the specified media item.

  24. AZ_DeleteMediaItem: Delete the specified media item.

  25. AZ_SetMediaItemMoveToTrack: Moves the track of the specified media item.

  26. AZ_SetMediaItemActiveTakeCopy: Copies the active take of the specified media item.

  27. AZ_SetAllMediaSelected: Deselect all media

  28. AZ_GetTrackItemMediaTypeCount: Returns the number of media types in the specified track item.


■Bug fixes [Lua]


AZ_SetSelectedTrackMediaFade: Fixed a bug where media from an unexpected track was referenced

AZ_SetMediaMoveToTrack: Fixed a bug that caused the track to not move



■ Bug fixes [Python]


AZ_GetTrackMediaEndTime: Fixed bug of insufficient input value

AZ_GetSelectedTrackMediaEndTime: Fixed bug of insufficient input value

bottom of page