▼入力値
projID(ReaProject) : 対象プロジェクト(0 で現在のプロジェクト)
import sys
sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")
from RIGDOCKS_python import *
from AZSTOKE_SILVER_python import *
projID = 0
AZ_CloseProject(projID)
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
reaper.AZ_CloseProject(projID)