top of page

function Msg(param)

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

end


retval = reaper.AZ_SetSelectedMediaPitch(0, 3, -0.8)

Msg(retval)

- SCRIPT -

retval= reaper.AZ_SetSelectedMediaPitch(projID, selectItemID, setPitch)

- API -

ID

MEDIA

reaper.AZ_SetSelectedMediaPitch

対応バージョン:

以降

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

- 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

bottom of page