You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FX/amagalma_Calculate difference in LUFS for selected or all FX of focused FX chain.lua
+23-3
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
-- @description Calculate difference in LUFS for selected or all FX of focused FX chain
2
2
-- @author amagalma
3
-
-- @version 1.00
3
+
-- @version 1.01
4
+
-- @changelog
5
+
-- - Fix for tracks FX chain
4
6
-- @donation https://www.paypal.me/amagalma
5
7
-- @about
6
8
-- # Calculates the volume difference that the selected FX (or all FX, if none selected) will bring, using dry runs (no files are created). The opposite value of the level difference is copied to the clipboard.
7
9
--
8
10
-- - The correct dry run action will be smartly chosen
11
+
-- - Time Selection is taken into account
9
12
-- - An FX chain must be visible
10
13
-- - Show detailed report
11
14
-- - JS_ReaScriptAPI is required
@@ -125,7 +128,7 @@ local function GetStats( what, object, sel_FX )
125
128
else
126
129
DryAction=42439-- Calculate loudness of selected tracks within time selection
0 commit comments