Skip to content

Commit 932a471

Browse files
committed
hotfix for the monitoring fx bypass bundle
1 parent 30b0b09 commit 932a471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: FX/cfillion_Monitoring FX bypass bundle.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- @description Monitoring FX bypass bundle (bypass, unbypass or toggle)
22
-- @author cfillion
3-
-- @version 1.1
3+
-- @version 1.1.1
44
-- @changelog add actions to set bypass on or off [p=2145580]
55
-- @metapackage
66
-- @provides
@@ -46,7 +46,7 @@ reaper.Undo_BeginBlock()
4646

4747
local master = reaper.GetMasterTrack()
4848

49-
if not mode then -- toggle
49+
if mode == nil then -- toggle
5050
mode = not reaper.TrackFX_GetEnabled(master, fxIndex)
5151
end
5252

0 commit comments

Comments
 (0)