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_DeleteAllSelectedTrackMedia(0,2)
- SCRIPT -
AZ_DeleteAllSelectedTrackMedia(projID,selectTrackID)
- API -
対応バージョン:
1.0.1
以降
MEDIA
AZ_DeleteAllSelectedTrackMedia
Delete all media in selected tracks
LUA
- API Detail-
▼Input value
projID (ReaProject): Project ID
selectTrackID(Int): Selected track ID
▼Output value
retval(Boolean): Whether the API execution was successful or not
bottom of page