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