- refactored

This commit is contained in:
2025-08-03 10:57:01 +02:00
parent d801ce21e8
commit c0e651bf68
77 changed files with 78326 additions and 88 deletions
+17
View File
@@ -0,0 +1,17 @@
NAME := synth
GCC_SRCS := blit.c
GCC_SRCS += env.c
GCC_SRCS += lfo.c
GCC_SRCS += mw_wave_data.c
GCC_SRCS += noise.c
GCC_SRCS += param_scale.c
GCC_SRCS += sine.c
GCC_SRCS += smooth.c
GCC_SRCS += synth_debug.c
GCC_SRCS += vcf.c
GCC_SRCS += vco.c
GCC_SRCS += vector_utils.c
GCC_SRCS += voice.c
GCC_SRCS += wavetable.c