diff --git a/README.md b/README.md index b6c2239..04ddfd6 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,8 @@ You can find information and documentation [on the official web page](https://ww ## Subfolders -* examples: a synth and an effect example in VST3 and Web Audio formats; -* include: header files; -* src: source files. +* examples: synth and an effect examples in VST3 and Web Audio formats; +* include: header files. ## Legal @@ -20,6 +19,8 @@ All the code in the repo is released under GPLv3. See the LICENSE file. Alternat 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\_math.h contains code derived from https://dangelo.audio/code/omega.h, which was released under the ISC 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_env_follow.h b/include/bw_env_follow.h index 237afd5..a16cca9 100644 --- a/include/bw_env_follow.h +++ b/include/bw_env_follow.h @@ -24,9 +24,6 @@ * description {{{ * Envelope follower made of a full-wave rectifier followed by * [bw_one_pole](bw_one_pole) one-pole filter (6 dB/oct). - * - * Unlike other dsp modules, you can directly access the parameters of the - * internal one-pole filter via the `bw_env_follow_get_one_pole()` function. * }}} * changelog {{{ *