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_SetTrackMediaPitch(0, 1, 0, -2.4)
- SCRIPT -
AZ_SetTrackMediaPitch(projID, trackID, trackItemID, setPitch)
- API -
ID
MEDIA
AZ_SetTrackMediaPitch
対応バージョン:
1.0.1
以降
Change the pitch of the specified media in the specified track to the specified value
LUA
- API Detail-
▼Input value
projID (ReaProject): Project ID
trackID (Int) : Track ID
trackItemID(Int): Track item ID
setPitch(Float): Pitch
▼Output value
retval(Boolean): Whether the API execution was successful or not
bottom of page