From 2a2a1b0d9fc4bfffcaf23d2f66d38d6927d76bbe Mon Sep 17 00:00:00 2001 From: gramanas Date: Thu, 14 Sep 2023 14:30:52 +0300 Subject: Add square wave and fix lowpass styling --- src/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') 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 -- cgit v1.2.3