diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2023-09-14 14:30:52 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2023-09-14 14:30:52 +0300 |
commit | 2a2a1b0d9fc4bfffcaf23d2f66d38d6927d76bbe (patch) | |
tree | fbb51f0f79017fb11946a69e7171c4bb751b63a7 /src/Makefile.am | |
parent | 12ef243815d409e5f4039502f378d43ecdf7abaa (diff) | |
download | synth-project-2a2a1b0d9fc4bfffcaf23d2f66d38d6927d76bbe.tar.gz synth-project-2a2a1b0d9fc4bfffcaf23d2f66d38d6927d76bbe.tar.bz2 synth-project-2a2a1b0d9fc4bfffcaf23d2f66d38d6927d76bbe.zip |
Add square wave and fix lowpass styling
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 933f4df..6e75352 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,6 +20,7 @@ common_sources = adsr.c \ osc_digisaw.c \ osc_saw.c \ osc_weird.c \ + osc_sqr.c \ osc_sound.c \ raygui.h \ sound.c \ @@ -29,9 +30,7 @@ common_sources = adsr.c \ synth_engine.h \ synth_gui.c \ synth_gui.h \ - synth_math.h \ - wavetable.c \ - wavetable.h + synth_math.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 |