# this LFO will automatically run the lerp position from 0 to 1 over a given timea lerp_pos = synthio.LFO(once=True, rate=1, waveform=np.array((0,32767), dtype=np.int16)) filter_attack_time = 0.1 ...
Not yet familiar with your Fruit Jam or CircuitPython? We will quickly go over how to get your device set up and running with CircuitPython.