Skip to content

Commit 7a21f4c

Browse files
authored
Updated to conform with dust 2
1 parent d7f13fe commit 7a21f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haven.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function init()
6363
type="control",
6464
id="rev_level",
6565
controlspec=controlspec.new(-math.huge, 18, "db", 0, 0, "dB"),
66-
action=function(value) mix:set("rev_level", value) end,
66+
action=function(value) mix:set("rev_eng_input", value) end,
6767
}
6868

6969
params:bang()
@@ -182,4 +182,4 @@ function enc(n, delta)
182182
end
183183

184184
redraw()
185-
end
185+
end

0 commit comments

Comments
 (0)