(define set_lfo4 (lambda (inst . args) (if (= (length args) 2) (apply set_lfo inst 3 args) (if (= (length args) 4) (apply set_lfo_ad inst 3 args) #f))))