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")
retval = AZ_SetMediaAddPitch(0, 3, -1.02)
Msg(retval)
- SCRIPT -
retval = AZ_SetMediaAddPitch(projID, itemID, addPitch)
- API -
ID
MEDIA
AZ_SetMediaAddPitch
対応バージョン:
1.0.1
以降
Increases or decreases the pitch of the specified media by the specified amount
LUA
- API Detail-
▼Input value
projID (ReaProject): Project ID
itemID(Int): Item ID
addPitch(Float): Additive pitch
▼Output value
retval(Boolean): Success or failure of API execution
bottom of page