Commit Graph

81 Commits

Author SHA1 Message Date
Stefano D'Angelo
850f787e15 remove useless variable in coeffs in bw_hs2, bw_ls2 2023-02-05 19:39:04 +01:00
Stefano D'Angelo
e199678912 make bw_wah bandpass, don't use malloc in examples 2023-02-03 14:50:28 +01:00
0f204c3aa9 new fx pan example + fix bw_pan, copyright, web code (vst3 broken) 2023-01-24 17:27:56 +01:00
Stefano D'Angelo
720e02e857 fix bw_notch + notch fx example 2023-01-24 00:27:42 +01:00
Stefano D'Angelo
bc26c9ed74 removed slope nonsense from bw_{h,l}s2 and eq example + fixes 2023-01-20 19:21:35 +01:00
Stefano D'Angelo
3384d0ea69 fix bw_sqrtf_2() and 3band eq example 2023-01-20 18:27:55 +01:00
1d4d715449 bw_{hs2,ls2,mm2,peak} half-fixes + 3band eq example + fix svf ex. Makefile 2023-01-19 19:12:12 +01:00
Stefano D'Angelo
d72f1beca7 new bw_ppm module + using it in synth simple example 2023-01-17 16:34:24 +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
a5cb9b9c06 new bw_buf and using it in synth examples + small optimization to bw_peak 2023-01-16 18:08:39 +01:00
Stefano D'Angelo
3254074efc custom prewarping in bw_mm2 + using it in bw_{l,h}s2 + fix doc in bw_mm1 2023-01-13 12:18:36 +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
233a016ba4 hopefully... 2023-01-12 17:07:14 +01:00
Stefano D'Angelo
ac0d98f2da more fixes for bw_hs2 + now bw_peak is theoretically ok (i hope) 2023-01-12 16:41:24 +01:00
5988b4bc49 updated dates, fixed bw_{h,l}s2.h, renamed bw_notch, start of bw_peak 2023-01-12 15:44:24 +01:00
1eeba2252a add prewarp ctrl in bw_{lp1,mm1}, used in bw_{l,h}s1, fixed bw_{l,h}s2 2022-12-30 11:30:21 +01:00
fe21e533f9 new modules bw_ls2 bw_hs2 2022-12-24 10:21:38 +01:00
6455ef34fe new modules bw_hs1, bw_ls1 2022-12-22 08:10:39 +01:00
016a769615 new modules bw_ap1, bw_ap2, bw_hp1, bw_notch2 2022-12-22 07:17:32 +01:00
1584f77a8b new module bw_mm2 and mm2 example + renamed bw_lowpass1 as bw_lp1 2022-12-20 11:23:18 +01:00
71dfbc9186 fixed bw_lowpass1, bw_mm1 + new mm1 example 2022-12-20 10:15:37 +01:00
7865aedbfc new module bw_mm1 (untested) 2022-12-20 09:45:27 +01:00
ad79e9ec65 added smooth tau parameter to bw_gain 2022-12-20 08:53:18 +01:00
2096a877aa removed bw_allpass* + renamed bw_vol to bw_gain + new bw_lowpass1 2022-12-20 08:35:28 +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
2a482b77b0 move header inclusion in bw_env_follow as in other modules 2022-12-13 15:41:44 +01:00
Stefano D'Angelo
84c3a7d1cd made bw_allpass1 supposedly super robust 2022-12-13 15:37:39 +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
Stefano D'Angelo
03f3b8a67f new module bw_allpass1 (untested) 2022-12-12 16:16:22 +01:00
Stefano D'Angelo
e06cd2426b fixed bw_*_reduce + new fx_bitcrush example 2022-12-11 10:36:56 +01:00
Stefano D'Angelo
57afadd87d new module bw_bd_reduce (untested) 2022-12-11 10:11:51 +01:00
Stefano D'Angelo
39a82639a2 new bw_sr_reduce module (untested) 2022-12-10 15:01:40 +01:00
Stefano D'Angelo
89a70ef9c9 fix definition in bw_pink_filt 2022-12-10 14:50:31 +01:00
Stefano D'Angelo
47f26337cf bw_pink_filt_coeffs needed documentation 2022-12-10 14:18:49 +01:00
007fd59da6 bw_noise + noise gate example + doc improvement bw_comp 2022-12-06 10:10:35 +01:00
f9beb49d00 fix license header in all source files 2022-12-06 09:01:34 +01:00
6206530309 added smoothing in bw_comp + fix docs + cosmetic changes 2022-12-05 13:39:28 +01:00
11c399929f fixed bw_comp + new comp example + fixed meaningless bugs in examples 2022-12-05 12:00:44 +01:00
747b6322d4 added in pow10, log10, lin2dB and dB2lin in bw_math 2022-12-05 11:17:28 +01:00
f55a0e53a2 forgot to apply makeup gain in bw_comp 2022-12-05 10:11:37 +01:00
a74323897f added bw_comp (untested) + volume setting in dB in bw_vol 2022-12-05 10:09:15 +01:00
ed1cb6dab1 fix bug in bw_pink_filt + fix sample rate scaling in mono synth example 2022-12-04 19:19:08 +01:00
9069596f8d added trigonometric functions with normalized input and used them 2022-12-04 19:13:57 +01:00
6ef98b1382 fix doc bw_svf, bw_vol, bw_wah 2022-12-04 18:57:49 +01:00
3518d1bbcf fix bw_slew_lim doc + small fix bw_satur doc 2022-12-04 11:34:07 +01:00
92ce4dd9fb fix bw_satur doc 2022-12-04 11:23:08 +01:00
d7b8146d48 more doc fix + minimal API changes 2022-12-04 10:34:42 +01:00
020fc7170e fix doc for bw_osc_* + aesthetic doc adjustments 2022-12-04 09:30:16 +01:00
33222e3a37 lacking "as" :-D 2022-12-03 13:11:08 +01:00