top of page

function Msg(param)

  reaper.ShowConsoleMsg(tostring(param).."\n")

end


mediaItem = reaper.AZ_GetMediaItemSelect(0,0,0)

reaper.AZ_SetMediaItemPitch(mediaItem,-3)

- SCRIPT -

reaper.AZ_SetMediaItemPitch(mediaItem,setPitch)

- API -

対応バージョン:

2.0.0

以降

MEDIA

reaper.AZ_SetMediaItemPitch

Set the pitch of the specified media item.

- API Detail-

▼Input value

  • MediaItem (MediaItem): Media item

  • pitch(number) - the amount of pitch increment to set

▼Output value

  • retval(bool): Whether the API execution was successful or not

bottom of page