top of page
- API -

chMode = reaper.AZ_GetMediaChannelMode(projID, itemID)

- API Detail-

▼Input value

  • proj ID(ReaProjrct): Project ID

  • itemID(integer): Item ID

▼Output value

  • retval(boolean): Success or failure of API execution

  • chMode(integer): Channel mode

- SCRIPT -

function Msg(param)

reaper.ShowConsoleMsg(tostring((param)).."\n")

end


chMode = reaper.AZ_GetMediaChannelMode(0, 3)

Msg(chMode)

MEDIA

reaper.AZ_GetMediaChannelMode

Supported versions:

1.0.3

onwards

Gets the channel mode of the specified media.

bottom of page