From 402f6791150d503fc29ed75a7b8be9abfdd3867f Mon Sep 17 00:00:00 2001 From: gramanas Date: Sat, 29 Apr 2023 14:34:36 +0300 Subject: midi cc --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 3aff1d3..c775183 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,9 @@ #bin_PROGRAMS = food cookbook cook synth bin_PROGRAMS = synth -common_sources = filter.c \ +common_sources = adsr.c \ + adsr.h \ + filter.c \ filter.h \ lowpass.c \ lowpass.h \ -- cgit v1.2.3