(bind-func midi_low_shelf
(lambda ()
(println 'LowShelf
'frq:
(+ 0.0 (* 250.0 (aref MCC_ARR 108)))
'DB
(* 40.0 (- (aref MCC_ARR 109) 0.7)) ;; -28db to 12db
'Q
(+ 0.1 (* 1.9 (aref MCC_ARR 110))))
(set_peq_lshelf (cast (cref dsp1 eq [void]*) i8*)
(+ 20.0 (* 200.0 (aref MCC_ARR 108)))
(* 40.0 (- (aref MCC_ARR 109) 0.7)) ;; -28db to 12db
(+ 0.1 (* 1.9 (aref MCC_ARR 110))))))