top of page
- API -
reaper.AZ_SetTrackMediaAddPitch(projID, trackID, trackItemID, addPitch)
- API Detail-
▼Input value
projID (ReaProject): Project ID
trackID (integer) : Track ID
trackItemID(integer): Track item ID
addPitch(number): Addition pitch
▼Output value
retval(boolean): Whether the API execution was successful or not
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
reaper.AZ_SetTrackMediaAddPitch(0, 0, 2, 0.6)
MEDIA
AZ_SetTrackMediaAddPitch
Supported versions:
1.0.1
onwards
Increases or decreases the pitch of the specified media in the specified track by the specified value.

bottom of page



