(bind-func static notch_mc_c
(lambda (nchan:i64)
(let ((notch_buf:[SAMPLE,SAMPLE,SAMPLE,SAMPLE]** (zalloc nchan))
(i:i64 0))
(dotimes (i nchan) (pset! notch_buf i (notch_c)))
(lambda (chan in cutoff res)
((pref notch_buf chan) in cutoff res)))))