top of page
import sys
sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")
from AZSTOKE_SILVER_python import *
def Msg(parm):
RPR_ShowConsoleMsg(str(parm) + "\n")
retval = AZ_SetTrackAllSoloOFF(0)
Msg(retval)
- SCRIPT -
retval = AZ_SetTrackAllSoloOFF(projID)
- API -
ID
TRACK
AZ_SetTrackAllSoloOFF
対応バージョン:
1.0.0
以降
Set solo to OFF for all tracks
LUA
- API Detail-
▼Input value
projID(integer) : Project ID
▼Output value
retval(bool): Whether the API execution was successful or not
bottom of page