top of page
- API -

pitch = reaper.AZ_GetMediaItemPitch(mediaItem)

- API Detail-

▼Input value

  • MediaItem (MediaItem): Media item

▼Output value

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

  • pitch(number): Number of pitches obtained

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())


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

pitch = reaper.AZ_GetMediaItemPitch(mediaItem)

Msg(pitch)

MEDIA

AZ_GetMediaItemPitch

Supported versions:

2.0.0

onwards

Get the pitch of the specified media item.

bottom of page