top of page

function Msg(param)

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

end


retval = reaper.AZ_SetSelectedMediaAddPitch(0, 3, 1.53)

Msg(retval)

- SCRIPT -

retval= reaper.AZ_SetSelectedMediaAddPitch(projID, selectItemID, addPitch)

- API -

対応バージョン:

以降

MEDIA

reaper.AZ_SetSelectedMediaAddPitch

Increases or decreases the pitch of the selected media by the specified amount

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • selectItemID(integer): Selected item ID

  • addPitch(number): Addition pitch

▼Output value

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

bottom of page