top of page
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
chMode = reaper.AZ_GetMediaChannelMode(0, 3)
Msg(chMode)
- SCRIPT -
chMode = reaper.AZ_GetMediaChannelMode(projID, itemID)
- API -
ID
MEDIA
reaper.AZ_GetMediaChannelMode
対応バージョン:
1.0.1
以降
Gets the channel mode of the specified media.
LUA
- 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
bottom of page