From 609b5f4179ca7cd03150790f4d85fde5eeb70556 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Fri, 29 Aug 2025 11:23:02 +0200 Subject: [PATCH] fix typo in citation of paper (bw_src_int) --- ChangeLog | 1 + THANKS.md | 2 +- include/bw_src_int.h | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 473fb2e..544f13f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ * Added missing dependency on bw_mm1 in the documentation of bw_drive. * Added citation to relevant scientific article in the documentation of bw_osc_{saw,pulse,tri}. * Fixed typos in the documentation of bw_slew_lim_set_max_rate() and bw_slew_lim_set_max_rate_down(). + * Fixed typo in the module description of bw_src_int. * Fixed bw_comb's copyright header. * Updated THANKS.md. diff --git a/THANKS.md b/THANKS.md index 818f8b4..6a6019a 100644 --- a/THANKS.md +++ b/THANKS.md @@ -16,5 +16,5 @@ We wish to thank and give credit to: - M. E. O'Neill, "PCG: A Family of Simple Fast Space-Efficient Statistically Good Algorithms for Random Number Generation", September 2014, available at ; - J. D. Parker, V. Zavalishin, and E. Le Bivic, "Reducing the Aliasing of Nonlinear Waveshaping Using Continuous-Time Convolution", Proc. 19th Intl. Conf. Digital Audio Effects (DAFx-16), pp. 137-144, Brno, Czech Republic, September 2016. - C. Wellons, "Finding the Best 64-bit Simulation PRNG", September 2017, available at ; - - M. Holters and J. D. Parker, "A Combined Model for a Bucket Brigade Device and its Input and Output Filters", 21st Intl. Conf. Digital Audio Effects (DAFx-18), Aveiro, Portugal, September 2018; + - M. Holters and J. D. Parker, "A Combined Model for a Bucket Brigade Device and its Input and Output Filters", Proc. 21st Intl. Conf. Digital Audio Effects (DAFx-18), Aveiro, Portugal, September 2018; - P. P. La Pastina and S. D'Angelo, "Optimal Integer Order Approximation of Fractional Order Filters", Proc. 24th Intl. Conf. Digital Audio Effects (DAFx20in21), pp. 89-96, Vienna, Austria, September 2021. diff --git a/include/bw_src_int.h b/include/bw_src_int.h index 6064d4b..5277a6a 100644 --- a/include/bw_src_int.h +++ b/include/bw_src_int.h @@ -28,13 +28,14 @@ * The multi-rate filtering approach was inspired by * * M. Holters and J. D. Parker, "A Combined Model for a Bucket Brigade Device - * and its Input and Output Filters", 21st Intl. Conf. Digital Audio Effects - * (DAFx-18), Aveiro, Portugal, September 2018. + * and its Input and Output Filters", Proc. 21st Intl. Conf. Digital Audio + * Effects (DAFx-18), Aveiro, Portugal, September 2018. * }}} * changelog {{{ *
    *
  • Version 1.2.2: *
      + *
    • Fixed typo in module description.
    • *
    • Updated dependencies.
    • *
    *