Update Convolver/LuaConvolver
* Add API to allow per-channnel gain and delay * Fix channel-mapping for stereo IRs w/o true-stereo
This commit is contained in:
@@ -26,7 +26,9 @@ function dsp_configure (ins, outs)
|
||||
mode = ARDOUR.DSP.IRChannelConfig.Stereo
|
||||
end
|
||||
|
||||
conv = ARDOUR.DSP.Convolver (Session, ir_file, mode, 0)
|
||||
local irs = ARDOUR.DSP.IRSettings()
|
||||
irs.gain = 0.5
|
||||
conv = ARDOUR.DSP.Convolver (Session, ir_file, mode, irs)
|
||||
collectgarbage ()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user