from synthnotehelper import * @synth_test def gen(synth): l = LFO(sweep, rate=4, once=True) yield [l] n = Note(32, bend=l) synth.press(n) yield 1 / 4