From 2ba9b443c1a23e228d3bd15d9253e956d51ee8f2 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Tue, 2 Jan 2024 11:20:52 +0100 Subject: [PATCH] introduced BW_NULL --- README.md | 2 +- THANKS.md | 5 +- include/bw_ap1.h | 73 +++++++++-------- include/bw_ap2.h | 75 +++++++++-------- include/bw_balance.h | 45 +++++----- include/bw_bd_reduce.h | 37 +++++---- include/bw_buf.h | 61 +++++++------- include/bw_cab.h | 70 ++++++++-------- include/bw_chorus.h | 87 ++++++++++---------- include/bw_clip.h | 75 +++++++++-------- include/bw_comb.h | 85 ++++++++++--------- include/bw_common.h | 23 ++++-- include/bw_comp.h | 87 ++++++++++---------- include/bw_delay.h | 87 ++++++++++---------- include/bw_dist.h | 81 +++++++++--------- include/bw_drive.h | 81 +++++++++--------- include/bw_dry_wet.h | 43 +++++----- include/bw_env_follow.h | 87 ++++++++++---------- include/bw_env_gen.h | 95 ++++++++++----------- include/bw_fuzz.h | 81 +++++++++--------- include/bw_gain.h | 45 +++++----- include/bw_hp1.h | 73 +++++++++-------- include/bw_hs1.h | 77 +++++++++-------- include/bw_hs2.h | 79 +++++++++--------- include/bw_lp1.h | 71 ++++++++-------- include/bw_ls1.h | 77 +++++++++-------- include/bw_ls2.h | 73 +++++++++-------- include/bw_math.h | 13 ++- include/bw_mm1.h | 77 +++++++++-------- include/bw_mm2.h | 83 ++++++++++--------- include/bw_noise_gate.h | 83 ++++++++++--------- include/bw_noise_gen.h | 41 ++++++---- include/bw_notch.h | 75 +++++++++-------- include/bw_note_queue.h | 17 ++-- include/bw_one_pole.h | 127 ++++++++++++++-------------- include/bw_osc_filt.h | 37 +++++---- include/bw_osc_pulse.h | 47 ++++++----- include/bw_osc_saw.h | 49 ++++++----- include/bw_osc_sin.h | 17 ++-- include/bw_osc_tri.h | 47 ++++++----- include/bw_pan.h | 45 +++++----- include/bw_peak.h | 83 ++++++++++--------- include/bw_phase_gen.h | 139 +++++++++++++++---------------- include/bw_phaser.h | 79 +++++++++--------- include/bw_pink_filt.h | 73 +++++++++-------- include/bw_ppm.h | 85 ++++++++++--------- include/bw_rand.h | 13 ++- include/bw_reverb.h | 141 ++++++++++++++++--------------- include/bw_ring_mod.h | 41 ++++++---- include/bw_satur.h | 75 +++++++++-------- include/bw_slew_lim.h | 115 +++++++++++++------------- include/bw_sr_reduce.h | 67 ++++++++------- include/bw_src.h | 61 +++++++------- include/bw_src_int.h | 57 +++++++------ include/bw_svf.h | 173 ++++++++++++++++++++------------------- include/bw_trem.h | 71 ++++++++-------- include/bw_voice_alloc.h | 23 ++++-- include/bw_wah.h | 69 ++++++++-------- 58 files changed, 2086 insertions(+), 1812 deletions(-) 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 {{{ *