top of page
- API -
chMode = reaper.AZ_GetSelectedMediaChannelMode(projID, selectItemID)
- 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
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
chMode = reaper.AZ_GetSelectedMediaChannelMode(0, 3)
Msg(chMode)
MEDIA
AZ_GetSelectedMediaChannelMode
Supported versions:
1.0.0
onwards
Gets the channel mode of the specified selected media.

bottom of page




