(bind-func midi_note_off (lambda (pitch:i32 vol:i32 chan:i32) (if (= pitch (dsp.inst1.pitch:i32)) (dsp.inst1.gate:float 0.0)) void))