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