top of page
- API -

reaper.AZ_SetSelectedMediaPitch(projID, selectItemID, setPitch)

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • selectItemID(integer): Selected item ID

  • setPitch(number): Pitch

▼Output value

  • retval(boolean): Success or failure of API execution

- SCRIPT -

function Msg(param)

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

end


reaper.AZ_SetSelectedMediaPitch(0, 3, -0.8)

MEDIA

reaper.AZ_SetSelectedMediaPitch

Supported versions:

1.0.3

onwards

Change the pitch of the selected media to the specified value.

bottom of page