fix typo in citation of paper (bw_src_int)
This commit is contained in:
parent
a472895947
commit
609b5f4179
@ -9,6 +9,7 @@
|
|||||||
* Added missing dependency on bw_mm1 in the documentation of bw_drive.
|
* 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}.
|
* 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 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.
|
* Fixed bw_comb's copyright header.
|
||||||
* Updated THANKS.md.
|
* Updated 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 <https://www.cs.hmc.edu/tr/hmc-cs-2014-0905.pdf>;
|
- 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.
|
- 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/>;
|
- 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.
|
- 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.
|
||||||
|
@ -28,13 +28,14 @@
|
|||||||
* The multi-rate filtering approach was inspired by
|
* The multi-rate filtering approach was inspired by
|
||||||
*
|
*
|
||||||
* M. Holters and J. D. Parker, "A Combined Model for a Bucket Brigade Device
|
* 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
|
* and its Input and Output Filters", Proc. 21st Intl. Conf. Digital Audio
|
||||||
* (DAFx-18), Aveiro, Portugal, September 2018.
|
* Effects (DAFx-18), Aveiro, Portugal, September 2018.
|
||||||
* }}}
|
* }}}
|
||||||
* changelog {{{
|
* changelog {{{
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>Version <strong>1.2.2</strong>:
|
* <li>Version <strong>1.2.2</strong>:
|
||||||
* <ul>
|
* <ul>
|
||||||
|
* <li>Fixed typo in module description.</li>
|
||||||
* <li>Updated dependencies.</li>
|
* <li>Updated dependencies.</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
* </li>
|
* </li>
|
||||||
|
Loading…
Reference in New Issue
Block a user