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")
mediaItem = AZ_GetMediaItemSelect(0,0,0)
AZ_SetMediaItemAddPitch(mediaItem,2)
- SCRIPT -
AZ_SetMediaItemAddPitch(item,addPitch)
- API -
ID
MEDIA
AZ_SetMediaItemAddPitch
対応バージョン:
2.0.0
以降
Add a pitch for the specified media item
LUA
- API Detail-
▼Input value
MediaItem (MediaItem): Media item
addPitch(float): Pitch increase/decrease amount
▼Output value
retval(bool): Whether the API execution was successful or not
bottom of page