top of page
- API -

reaper.AZ_SetTrackItemSolo(track,soloType)

- API Detail-

▼Input value

track(MediaTrack): track item

soloType(boolean): The solo type to set


▼Output value

retval(boolean): Success or failure of API execution

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


track = reaper.AZ_GetTrackItemSelect(0,1,0)

reaper.AZ_SetTrackItemSolo(track,true)

TRACK

AZ_SetTrackItemSolo

Supported versions:

1.0.0

onwards

Soloing a specific track item

bottom of page