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