top of page
- API -

reaper.AZ_SetTrackItemMainSend(track, sendParent, firstChIndex, numChs)

- API Detail-

▼Input values

track(MediaTrack): target track

sendParent(boolean): whether to send to parent (true = main send enabled)

firstChIndex(integer): source's first channel index (0-based)

numChs(integer): number of channels to send

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


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

sendParent = true

firstChIndex = 0

numChs = 2


reaper.AZ_SetTrackItemMainSend(track, sendParent, firstChIndex, numChs)

TRACK

AZ_SetTrackItemMainSend

Supported versions:

2.0.0

onwards

Configure main send settings

bottom of page