▼出力値
deviceName(string) : デバイス名(ホスト名)
import sys
sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")
from RIGDOCKS_python import *
from AZSTOKE_SILVER_python import *
deviceName = AZ_GetDeviceName()
Msg(deviceName)
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
deviceName = reaper.AZ_GetDeviceName()