envare is a port of the FAUST function with the same name. I believe this takes in a gate as an input?
envare
(define (envare in atk rel) (param in) (param atk) (param rel) (rvl "envare"))