top of page

function Msg(param)

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

end


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

retval = reaper.AZ_SetMediaItemAddPitch(mediaItem,-1)

- SCRIPT -

retval = reaper.AZ_SetMediaItemAddPitch(mediaItem,addPitch)

- API -

ID

MEDIA

reaper.AZ_SetMediaItemAddPitch

対応バージョン:

2.0.0

以降

Add a pitch for the specified media item

- API Detail-

▼Input value

  • MediaItem (MediaItem): Media item

  • addPitch(number): Pitch increase/decrease amount

▼Output value

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

bottom of page