diff --git a/TODO b/TODO index 5a2c205..45d0466 100644 --- a/TODO +++ b/TODO @@ -21,7 +21,6 @@ code: * bw_comb: integer target delay values? * prewarp control in all derived filtering modules * src inside distortions? w/ control from outside? -* peak gain + Q ??? * better src filter finally: * debugging - also check outputs different (incl bw_buf) diff --git a/examples/fx_notch/vst3/Makefile b/examples/fx_notch/vst3/Makefile index 7fb0f7e..59676a1 100644 --- a/examples/fx_notch/vst3/Makefile +++ b/examples/fx_notch/vst3/Makefile @@ -4,3 +4,6 @@ NAME := bw_example_fx_notch SOURCES = ${SOURCES_COMMON} ${ROOT_DIR}/../src/bw_example_fx_notch.c include ${ROOT_DIR}/../../common/vst3/vst3.mk + +CXXFLAGS += -DRELEASE=1 -DNDEBUG -DBW_NO_DEBUG +#CXXFLAGS += -DDEVELOPMENT=1 -DBW_DEBUG_DEEP diff --git a/examples/fxpp_notch/vst3/Makefile b/examples/fxpp_notch/vst3/Makefile index 6348205..1f70060 100644 --- a/examples/fxpp_notch/vst3/Makefile +++ b/examples/fxpp_notch/vst3/Makefile @@ -4,3 +4,6 @@ NAME := bw_example_fxpp_notch SOURCES = ${SOURCES_COMMON} ${ROOT_DIR}/../src/bw_example_fxpp_notch.cpp include ${ROOT_DIR}/../../common/vst3/vst3.mk + +CXXFLAGS += -DRELEASE=1 -DNDEBUG -DBW_NO_DEBUG +#CXXFLAGS += -DDEVELOPMENT=1 -DBW_DEBUG_DEEP diff --git a/include/bw_notch.h b/include/bw_notch.h index dabbad5..5219021 100644 --- a/include/bw_notch.h +++ b/include/bw_notch.h @@ -30,6 +30,12 @@ *