View Single Post
Old 10-21-2017, 08:50 AM   #257
nofish
Human being with feelings
 
nofish's Avatar
 
Join Date: Oct 2007
Location: home is where the heart is
Posts: 12,096
Default

Code:
boolean reaper.TrackFX_GetOffline( track, fx )
TrackFX_SetOffline( track, fx, offline )

boolean reaper.TakeFX_GetOffline( take, fx )
reaper.TakeFX_SetOffline( take, fx, offline )
(similar to ...Get/SetEnabled(), for avoiding chunk parsing)

Last edited by nofish; 10-22-2017 at 09:03 AM. Reason: copy/paste error
nofish is offline   Reply With Quote