top of page
import sys
sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")
from AZSTOKE_BRONZE_python import *
def Msg(parm):
RPR_ShowConsoleMsg(str(parm) + "\n")
AZ_SetSelectedTrackMediaAddPitch(0, 0, 2, -0.44)
- SCRIPT -
AZ_SetSelectedTrackMediaAddPitch(projID, selectTrackID, trackItemID, addPitch)
- API -
対応バージョン:
以降
MEDIA
AZ_SetSelectedTrackMediaAddPitch
Increase or decrease the pitch of the specified media in the specified selected track by the specified value
LUA
- API Detail-
▼Input value
projID (ReaProject): Project ID
selectTrackID (Int) : Selected track ID
trackItemID(Int): Track item ID
addPitch(Float): Additive pitch
▼Output value
retval(Boolean): Success or failure of API execution
bottom of page