top of page

function Msg(param)

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

end


retval, chMode = reaper.AZ_GetSelectedMediaChannelMode(0, 3)

Msg(chMode)

- SCRIPT -

retval, chMode = reaper.AZ_GetSelectedMediaChannelMode(projID, selectItemID)

- API -

ID

MEDIA

reaper.AZ_GetSelectedMediaChannelMode

対応バージョン:

以降

Gets the channel mode of the specified selected media.

- API Detail-

▼Input value

  • proj ID(ReaProjrct): Project ID

  • selectItemID(integer): Selected item ID

▼Output value

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

  • chMode(integer): Channel mode

bottom of page