diff --git a/README.md b/README.md index ddd81af..571a881 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can find information and documentation [on the official web page](https://ww ## Legal -Copyright (C) 2021-2023 Orastron Srl unipersonale. +Copyright (C) 2021-2024 Orastron Srl unipersonale. Authors: Stefano D'Angelo, Paolo Marrone. diff --git a/THANKS.md b/THANKS.md index 517f199..9fcb4cb 100644 --- a/THANKS.md +++ b/THANKS.md @@ -1,5 +1,8 @@ We wish to thank and give credit to: -- the adopters of this software, of which at the moment we can only publicly mention our friends at [Elk Audio](https://www.elk.audio/); +- the adopters of this software, of which at the moment we can publicly mention, in alphabetical order: + - [Elk Audio](https://www.elk.audio/); + - [Faselunare](http://faselunare.com/); +- Kevin Molcard for finding compilation warnings that needed fixing in Brickworks 1.0.0; - users participating to [this thread on the KVR Audio forum](https://www.kvraudio.com/forum/viewtopic.php?f=33&t=589519) for providing useful feedback; - [Mads Kjeldgaard](https://madskjeldgaard.dk/) for publishing [instructions to build for the Daisy Seed and uploading the firmware](https://madskjeldgaard.dk/posts/daisy-setup/); - [Hereket](https://hereket.github.io/) for providing instructions on [how to build an Android app without Android Studio or Gradle](https://hereket.github.io/posts/android_from_command_line/); diff --git a/include/bw_ap1.h b/include/bw_ap1.h index 9fdf5e9..002a890 100644 --- a/include/bw_ap1.h +++ b/include/bw_ap1.h @@ -1,7 +1,7 @@ /* * Brickworks * - * Copyright (C) 2022, 2023 Orastron Srl unipersonale + * Copyright (C) 2022-2024 Orastron Srl unipersonale * * Brickworks is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ /*! * module_type {{{ dsp }}} - * version {{{ 1.0.0 }}} + * version {{{ 1.0.1 }}} * requires {{{ bw_common bw_lp1 bw_math bw_one_pole }}} * description {{{ * First-order allpass filter (90° shift at cutoff, approaching 180° shift @@ -28,6 +28,11 @@ * }}} * changelog {{{ *