fix typo in citation of paper (bw_src_int)

This commit is contained in:
Stefano D'Angelo 2025-08-29 11:23:02 +02:00
parent a472895947
commit 609b5f4179
3 changed files with 5 additions and 3 deletions

View File

@ -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.

View File

@ -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 <https://www.cs.hmc.edu/tr/hmc-cs-2014-0905.pdf>;
- 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 <https://nullprogram.com/blog/2017/09/21/>;
- 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.

View File

@ -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 {{{
* <ul>
* <li>Version <strong>1.2.2</strong>:
* <ul>
* <li>Fixed typo in module description.</li>
* <li>Updated dependencies.</li>
* </ul>
* </li>