diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2023-06-28 22:41:03 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2023-06-28 22:41:03 +0300 |
commit | f170fb058a07175e6e753f2a6d20283dc7200a88 (patch) | |
tree | e43c20efa7efe12fbe1828777474669f9ac01135 /src/Makefile.am | |
parent | 89e85142d0958d3e3a87fb155d698fc59eafd4c6 (diff) | |
download | synth-project-f170fb058a07175e6e753f2a6d20283dc7200a88.tar.gz synth-project-f170fb058a07175e6e753f2a6d20283dc7200a88.tar.bz2 synth-project-f170fb058a07175e6e753f2a6d20283dc7200a88.zip |
Add wavetable synthesis
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ab17d84..0ef06f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,9 @@ common_sources = adsr.c \ synth_engine.h \ synth_gui.c \ synth_gui.h \ - synth_math.h + synth_math.h \ + wavetable.c \ + wavetable.h # -fwhole-program allows cross-file inlining, but only works when you put all # the source files on one gcc command-line. -flto is another way to get the |