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 := \
5656 shared-bindings/synthio/LFO.c \
5757 shared-bindings/synthio/Note.c \
5858 shared-bindings/synthio/Biquad.c \
59+ shared-bindings/synthio/BlockBiquad.c \
5960 shared-bindings/synthio/Synthesizer.c \
6061 shared-bindings/traceback/__init__.c \
6162 shared-bindings/util.c \
@@ -87,6 +88,7 @@ SRC_BITMAP := \
8788 shared-module/synthio/LFO.c \
8889 shared-module/synthio/Note.c \
8990 shared-module/synthio/Biquad.c \
91+ shared-module/synthio/BlockBiquad.c \
9092 shared-module/synthio/Synthesizer.c \
9193 shared-module/traceback/__init__.c \
9294 shared-module/zlib/__init__.c \
Original file line number Diff line number Diff line change @@ -717,6 +717,7 @@ SRC_SHARED_MODULE_ALL = \
717717 supervisor/__init__.c \
718718 supervisor/StatusBar.c \
719719 synthio/Biquad.c \
720+ synthio/BlockBiquad.c \
720721 synthio/LFO.c \
721722 synthio/Math.c \
722723 synthio/MidiTrack.c \
You can’t perform that action at this time.
0 commit comments