top of page
- API -

reaper.AZ_SetTrackMediaPitch(projID, trackID, trackItemID, setPitch)

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • trackID (integer) : Track ID

  • trackItemID(integer): Track item ID

  • setPitch(number): Pitch

▼Output value

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

- SCRIPT -

function Msg(param)

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

end


reaper.AZ_SetTrackMediaPitch(0, 1, 0, -2.4)

MEDIA

reaper.AZ_SetTrackMediaPitch

Supported versions:

1.0.3

onwards

Change the pitch of the specified media in the specified track to the specified value

bottom of page