From e3fb2074f63ee60cd5837ac6ae7ecca9e565c835 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 8 Aug 2025 17:44:01 +0200 Subject: [PATCH] DSP: changed from float to double --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4aeb08c..aa0e5ac 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ SRC_PATH := $(realpath ./src) NAME =: JaySynth -DEFINES := -Dradio_float_t=float -Dfir_float_t=float -Dsynth_float_t=float +DEFINES := -Dradio_float_t=double -Dfir_float_t=double -Dsynth_float_t=double DEFINES += -DHAVE_LROUND CFLAGS += -fPIC CXXFLAGS += -fPIC @@ -59,7 +59,7 @@ fir: bear: make distclean - bear --output compile_commands.json -- $(MAKE) -j8 + bear --output compile_commands.json -- $(MAKE) run: app cp extras/waves/waves_microwave_v2.0_8bit ~/.vst/jaysynth/waves.bin