DSP: changed from float to double

This commit is contained in:
2025-08-08 17:44:01 +02:00
parent 7fcbb9b509
commit e3fb2074f6
+2 -2
View File
@@ -13,7 +13,7 @@ SRC_PATH := $(realpath ./src)
NAME =: JaySynth 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 DEFINES += -DHAVE_LROUND
CFLAGS += -fPIC CFLAGS += -fPIC
CXXFLAGS += -fPIC CXXFLAGS += -fPIC
@@ -59,7 +59,7 @@ fir:
bear: bear:
make distclean make distclean
bear --output compile_commands.json -- $(MAKE) -j8 bear --output compile_commands.json -- $(MAKE)
run: app run: app
cp extras/waves/waves_microwave_v2.0_8bit ~/.vst/jaysynth/waves.bin cp extras/waves/waves_microwave_v2.0_8bit ~/.vst/jaysynth/waves.bin