Add test synth to debug capture alignment
[ardour.git] / scripts / HiAndLowPass.lua
index 5dd3dfa5588e741be5798308185ac9168f3a4170..75704d97016577d5d3ece380903f2db726bf7005 100644 (file)
@@ -177,7 +177,7 @@ end
 
 -- the actual DSP callback
 function dsp_run (ins, outs, n_samples)
-       assert (n_samples < 8192)
+       assert (n_samples <= 8192)
        assert (#ins == chn)
        local ctrl = santize_params (CtrlPorts:array ())