Skip to content

Commit

Permalink
Update cfillion_Toggle bypass or offline of selected FX in the focuse…
Browse files Browse the repository at this point in the history
…d FX chain window.lua
  • Loading branch information
cfillion authored Jan 2, 2025
1 parent 5b9cf81 commit 24b971e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ reaper.Undo_BeginBlock();
local take = reaper.GetMediaItemTake(item, take_id)
which, obj = 'Take', take
end

local get = reaper[which..'FX_Get'..what]
local set = reaper[which..'FX_Set'..what]
local chain = reaper.CF_GetFocusedFXChain()
Expand Down

0 comments on commit 24b971e

Please sign in to comment.