From fec3040bc24627c4a5922d0a5d5170c706c3e842 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Sat, 3 Dec 2022 10:09:21 +0100 Subject: [PATCH] fixing doc for non-dsp modules --- README.md | 4 +- include/bw_common.h | 17 +++--- include/bw_math.h | 134 +++++++++++++++----------------------------- include/bw_rand.h | 8 +-- 4 files changed, 61 insertions(+), 102 deletions(-) diff --git a/README.md b/README.md index 9fc7360..b6c2239 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ Authors: Stefano D'Angelo, Paolo Marrone. All the code in the repo is released under GPLv3. See the LICENSE file. Alternatively, we offer a commercial license that doesn't restrict usage with respect to time, projects, or developers involved. More details [on the official web page](https://www.orastron.com/brickworks#license-pricing). -The file examples/common/vst3/plugin.cpp contains code from sse2neon (https://github.com/DLTcollab/sse2neon/), which is released under the MIT license. Details in said file. +The file examples/common/vst3/plugin.cpp contains code from sse2neon (https://github.com/DLTcollab/sse2neon/), which was released under the MIT license. Details in said file. + +The file include/bw\_rand.h contains code from https://nullprogram.com/blog/2017/09/21/, which was released into the public domain by its author. VST is a registered trademark of Steinberg Media Technologies GmbH. diff --git a/include/bw_common.h b/include/bw_common.h index e9ca83f..c523b58 100644 --- a/include/bw_common.h +++ b/include/bw_common.h @@ -29,8 +29,8 @@ *