File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
ports/unix/variants/coverage Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ SRC_BITMAP := \
56
56
shared-bindings/synthio/LFO.c \
57
57
shared-bindings/synthio/Note.c \
58
58
shared-bindings/synthio/Biquad.c \
59
+ shared-bindings/synthio/BlockBiquad.c \
59
60
shared-bindings/synthio/Synthesizer.c \
60
61
shared-bindings/traceback/__init__.c \
61
62
shared-bindings/util.c \
@@ -87,6 +88,7 @@ SRC_BITMAP := \
87
88
shared-module/synthio/LFO.c \
88
89
shared-module/synthio/Note.c \
89
90
shared-module/synthio/Biquad.c \
91
+ shared-module/synthio/BlockBiquad.c \
90
92
shared-module/synthio/Synthesizer.c \
91
93
shared-module/traceback/__init__.c \
92
94
shared-module/zlib/__init__.c \
Original file line number Diff line number Diff line change @@ -717,6 +717,7 @@ SRC_SHARED_MODULE_ALL = \
717
717
supervisor/__init__.c \
718
718
supervisor/StatusBar.c \
719
719
synthio/Biquad.c \
720
+ synthio/BlockBiquad.c \
720
721
synthio/LFO.c \
721
722
synthio/Math.c \
722
723
synthio/MidiTrack.c \
You can’t perform that action at this time.
0 commit comments