top of page

function Msg(param)

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

end


reaper.AZ_SetSelectedMediaAddPitch(0, 3, 1.53)

- SCRIPT -

reaper.AZ_SetSelectedMediaAddPitch(projID, selectItemID, addPitch)

- API -

ID

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