top of page
- API -

chMode = reaper.AZ_GetMediaChannelMode(projID, itemID)

- API Detail -

▼入力値

  • proj ID(ReaProjrct):プロジェクトID

  • itemID(integer):アイテムID

▼出力値

  • chMode(integer):チャンネルモード

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())


chMode = reaper.AZ_GetMediaChannelMode(0, 3)

Msg(chMode)

MEDIA

AZ_GetMediaChannelMode

対応バージョン:

1.0.3

以降

指定メディアのチャンネルモードを取得

bottom of page