This commit is contained in:
Stefano D'Angelo 2025-06-08 09:25:26 +02:00
parent bef051e95e
commit cfc9360fa5
3 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,16 @@
1.4.0
-----
...
* Added new bw_sampler module and related new synth(pp)_sampler examples.
* Added bw_{signfill,min,max,clip}{i,u}{8,16}() and bw_sechf() to bw_math.
* Improved precision and performance of bw_log_1pexpxf() and bw_log10_1p10xf().
* Small optimization in bw_svf.
* Updated examples' build system to Tibia 0.2.0.
* Added missing and new math tests.
* 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 bw_comb's copyright header.
* Updated THANKS.md.
1.3.0
-----

View File

@ -14,7 +14,7 @@ You need [Node.js](https://nodejs.org/en) and [npm](https://www.npmjs.com/) to b
### Usage
Get [Tibia 0.1.0](https://git.orastron.com/orastron/tibia/releases/tag/v0.1.0), extract the `tibia` folder and place it in the same parent directory as the Brickworks folder. Then either `cd` to the `tibia` folder and `npm install dot`, or install the [dot npm package](https://www.npmjs.com/package/dot) globally and make sure that the `NODE_PATH` environment variable is corretly set to find it.
Get [Tibia 0.2.0](https://git.orastron.com/orastron/tibia/releases/tag/v0.2.0), extract the `tibia` folder and place it in the same parent directory as the Brickworks folder. Then either `cd` to the `tibia` folder and `npm install dot`, or install the [dot npm package](https://www.npmjs.com/package/dot) globally and make sure that the `NODE_PATH` environment variable is corretly set to find it.
Now you can `cd` to the `examples` folder and run `./tibia_gen.sh` to copy/generate files for all examples, or otherwise run `./tibia_gen.sh common` to only copy/generate files in `examples/common` or <code>./tibia\_gen.sh *example*</code> to do the same for files in <code>examples/*example*</code>.

View File

@ -2,7 +2,7 @@
TIBIA_DIR=../../../tibia
VERSION=1.3.0
VERSION=1.4.0
BUILD_VERSION=1
if [ -z "$1" -o "$1" = "common" ]; then