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