▼出力値
count(Int) : 入力チャンネル数
import sys
sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")
from RIGDOCKS_python import *
from AZSTOKE_SILVER_python import *
count = AZ_CountInputChannel()
Msg(count)
count(integer) : 入力チャンネル数
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
count = reaper.AZ_CountInputChannel()