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_SetTrackMediaChannelMode(0, 1, 2, 3)
- SCRIPT -
AZ_SetTrackMediaChannelMode(projID, trackID, trackItemID, setChannelMode)
- API -
対応バージョン:
1.0.1
以降
MEDIA
AZ_SetTrackMediaChannelMode
Switch channel mode for specified media in specified track
LUA
- API Detail-
▼Input value
projID (ReaProject): Project ID
trackID (Int) : Track ID
trackItemID(Int): Track item ID
setChannelMode(Int): The channel mode to set.
▼Output value
retval(Boolean): Whether the API execution was successful or not
bottom of page