diff --git a/examples/fx_ls1/vst3/Makefile b/examples/fx_ls1/vst3/Makefile index 69e14e3..c6b5334 100644 --- a/examples/fx_ls1/vst3/Makefile +++ b/examples/fx_ls1/vst3/Makefile @@ -4,3 +4,6 @@ NAME := bw_example_fx_ls1 SOURCES = ${SOURCES_COMMON} ${ROOT_DIR}/../src/bw_example_fx_ls1.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_ls1/vst3/Makefile b/examples/fxpp_ls1/vst3/Makefile index 66f9377..1610979 100644 --- a/examples/fxpp_ls1/vst3/Makefile +++ b/examples/fxpp_ls1/vst3/Makefile @@ -4,3 +4,6 @@ NAME := bw_example_fxpp_ls1 SOURCES = ${SOURCES_COMMON} ${ROOT_DIR}/../src/bw_example_fxpp_ls1.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_hs1.h b/include/bw_hs1.h index f8fd724..033d50d 100644 --- a/include/bw_hs1.h +++ b/include/bw_hs1.h @@ -41,6 +41,8 @@ *
  • Removed usage of reserved identifiers.
  • *
  • Fixed bug when setting default parameter values in * bw_hs1_init().
  • + *
  • Fixed documentation to indicate correct default parameter + * values.
  • *
  • Clearly specificed parameter validity ranges.
  • *
  • Added debugging code.
  • * diff --git a/include/bw_ls1.h b/include/bw_ls1.h index 985f88a..2b67c49 100644 --- a/include/bw_ls1.h +++ b/include/bw_ls1.h @@ -30,6 +30,7 @@ *