Commit Graph

50 Commits

Author SHA1 Message Date
Stefano D'Angelo
1d2f9dda39 introuced BW_CXX_NO_ARRAY 2024-02-02 17:42:12 +01:00
2ba9b443c1 introduced BW_NULL 2024-01-02 11:20:52 +01:00
Stefano D'Angelo
ff7a768c05 update publications doc 2023-09-27 13:33:54 +02:00
Stefano D'Angelo
9162c57cb1 more debug 2023-09-25 17:16:42 +02:00
Stefano D'Angelo
8ee4150889 more debug + cosmetics 2023-09-25 16:47:17 +02:00
Stefano D'Angelo
baf440a171 finalized bw_phase_gen + updated synth(pp)_simple + better bw_svf doc 2023-09-18 13:41:15 +02:00
dae41a3831 finalized bw_clip + examples + stronger debug + uncheck coeffs in
process1
2023-09-13 11:36:26 +02:00
13987673f5 proper computing of initial values in finalized modules 2023-09-12 17:05:51 +02:00
Stefano D'Angelo
34402d720e now reset_state deals explicitly with initial values 2023-09-11 13:29:36 +02:00
Stefano D'Angelo
b36a56ab70 fix bw_ap1 output polarity + finalize bw_ap2 + examples + cosmetics 2023-09-05 11:35:30 +02:00
Stefano D'Angelo
e12db3795a change bp polarity + limit prewarp in bw_svf + cosmetics 2023-09-05 09:46:09 +02:00
Stefano D'Angelo
a16cdd9c73 changed valid cutoff/prewarping range everywhere 2023-09-05 07:16:21 +02:00
Stefano D'Angelo
a7b3f5ce16 fix, finalize bw_svf + examples + more restrict + better debug 2023-09-03 20:22:52 +02:00
82f66009f7 cite scientific articles 2023-08-14 15:05:30 +02:00
12a574c07d restrict qualified everything 2023-08-14 09:57:06 +02:00
ec1a70835c added const everywhere + fixed bw_buf + fixed c++ api in bw_src +
improved bw_src + using new buf api in synthpp_poly
2023-08-13 15:37:15 +02:00
61c2b48817 polished bw_{svf,wah} + removed bwpps + fixed examples 2023-08-13 11:55:25 +02:00
48275d077d improved bw_one_pole + removed bwpp_one_pole + c++ reshuffling 2023-08-12 10:15:04 +02:00
Stefano D'Angelo
6e2f5b1bce now everything should work ok again 2023-08-10 10:17:22 +02:00
08c8656259 removing precision suffixes from bw_math functions (now all is broken) 2023-08-10 08:00:44 +02:00
da517ed4bc using size_t and improved bw_common 2023-08-08 10:46:05 +02:00
Stefano D'Angelo
b08d9ae4f0 removed bw_config + beginning of debug (bw_common, bw_buf) 2023-07-21 08:56:27 +02:00
Stefano D'Angelo
1cf8c1050b doc trivia 2023-07-13 12:35:37 +02:00
b2169b6792 multichannel + no NULL to bw_{balance,pan}_process + fix doc, bw_svf_process 2023-06-07 15:41:20 +02:00
44691855ae cosmetic doc change in most modules 2023-05-29 13:51:57 +02:00
Stefano D'Angelo
468f66453b fixed bw_svf prewarp-related instability bug 2023-05-09 14:31:42 +02:00
99ccb2da2d more of that 2023-04-21 06:12:09 +02:00
9322e658b4 fix code quotes in doc of many modules 2023-04-20 01:46:41 +02:00
8fe8a6f995 fixed unused parameter warnings 2023-04-02 21:54:17 +02:00
8c9796f025 added initial value to bw_{ap2,hs2,ls2,mm2,notch,peak,svf,wah} 2023-03-23 14:03:27 +01:00
02a964d453 tentative bw_src_int, cosmetic change to bw_svf 2023-03-14 15:50:00 +01:00
acec8947a0 update ChangeLog(s) 2023-02-20 09:40:04 +01:00
Stefano D'Angelo
46383fde17 new bw_pan and bw_balance + using BW_RESTRICT in process1 in bw_phase_gen and bw_svf 2023-01-16 19:50:27 +01:00
Stefano D'Angelo
87cb193a48 bw_svf: copryight notice update and draft 0.3.0 changelog 2023-01-12 20:22:37 +01:00
Stefano D'Angelo
97492ce701 add custom prewarping option to bw_svf 2023-01-12 20:18:57 +01:00
Stefano D'Angelo
aacd8236b4 bw_allpass2 done (untested) + fix doc bw_svf and more TODOs 2022-12-13 22:41:18 +01:00
Stefano D'Angelo
7c941fa26b make bw_svf super robust + fix bw_allpass1 + beginning of bw_allpass2 2022-12-13 15:11:08 +01:00
f9beb49d00 fix license header in all source files 2022-12-06 09:01:34 +01:00
6ef98b1382 fix doc bw_svf, bw_vol, bw_wah 2022-12-04 18:57:49 +01:00
980cd43995 new pinking filter + tiny aesthetic changes 2022-11-30 16:31:20 +01:00
1377d608cb adjusted bw_svf tau + better bw_env_gen API + mono synth beginning 2022-11-30 11:55:25 +01:00
fa68b793f9 ported bw_vol to new API + fixed bw_slew_lim and a bug in bw_svf 2022-11-28 10:31:07 +01:00
f3028e173d better use of one pole reset state in bw_svf and better omega approx 2022-11-26 18:16:28 +01:00
0f474d88b1 using single set of coeffs for smoothing in bw_svf 2022-11-26 11:40:42 +01:00
dbabc619d7 one pole init value not a parameter but reset_state argument 2022-11-26 11:33:50 +01:00
74dff37dd3 using new API for phase gen + fixed param setting bug + fixes/improvements 2022-11-25 19:17:47 +01:00
Stefano D'Angelo
3b8a4d7186 updated svf to new API (still doc and wah/synth examples broken) 2022-11-23 10:54:48 +01:00
98990c7437 moving towards lower level inline API for all modules 2022-11-22 15:28:16 +01:00
Stefano D'Angelo
0402576e84 refactored DSP modules APIs to avoid dynamic memory allocations 2022-11-19 02:25:38 +01:00
Stefano D'Angelo
61d0c690e9 initial import 2022-11-16 00:49:51 +01:00