top of page
- API -
channel = reaper.AZ_GetMediaNumChannels(projID, itemID)
- API Detail -
▼入力値
proj ID(ReaProjrct):プロジェクトID
itemID(integer):アイテムID
▼出力値
channel(integer):チャンネル数
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
channel = reaper.AZ_GetMediaNumChannels(0, 3)
Msg(channel)
MEDIA
AZ_GetMediaNumChannels
対応バージョン:
1.0.1
以降
指定メディアのチャンネル数を取得
bottom of page