Skip to content

Commit 78e75f6

Browse files
committed
synthio: enable additional LFO test cases
1 parent c561599 commit 78e75f6

File tree

2 files changed

+103
-103
lines changed

2 files changed

+103
-103
lines changed

tests/circuitpython/synthlfo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
lfos = [
1111
LFO(bend_out, once=True, rate=4),
1212
LFO(bend_in, once=True, rate=2.5, scale=2),
13-
LFO(triangle, rate=3)
14-
# LFO(bend_in, interpolate=False, rate=5),
15-
# LFO(bend_in, interpolate=True, rate=5),
13+
LFO(triangle, rate=3),
14+
LFO(bend_in, interpolate=False, rate=5),
15+
LFO(bend_in, interpolate=True, rate=5),
1616
]
1717
lfos[2].rate = lfos[1]
1818
lfos[2].offset = lfos[0]

0 commit comments

Comments
 (0)