top of page
- API -

reaper.AZ_SetMediaItemAddPitch(mediaItem,addPitch)

- 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

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())


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

reaper.AZ_SetMediaItemAddPitch(mediaItem,-1)

MEDIA

AZ_SetMediaItemAddPitch

Supported versions:

2.0.0

onwards

Add a pitch for the specified media item

bottom of page