99ccb2da2d
more of that
2023-04-21 06:12:09 +02:00
85488e76a8
fix heading level of some doc in bw_{chorus,comb,delay}
2023-04-21 06:07:50 +02:00
86df4d4580
fix left shift negative value warning in bw_math
2023-04-21 05:28:15 +02:00
4d9de61a9c
fix code quote in doc of bw_peak
2023-04-20 02:03:28 +02:00
9322e658b4
fix code quotes in doc of many modules
2023-04-20 01:46:41 +02:00
Stefano D'Angelo
b91a0f8e54
added x0 to reset_state in bw_{lp1,ap1,hp1,hs1,ls1,mm1}, adjusted bw_phaser and examples
2023-04-19 08:33:18 +02:00
b741611b26
removed useless cast from bw_src_int
2023-04-08 10:01:55 +02:00
98db248b5b
improved bw_comb and bw_chorus, simplified fx_chorus
2023-04-08 08:25:05 +02:00
Stefano D'Angelo
02996e72d7
removed explicit modulation from bw_comb and adjusted everything else
2023-04-07 15:46:23 +02:00
Stefano D'Angelo
6d77af6319
fix modulation bug in bw_comb + bw_chorus tentative
2023-04-06 12:03:39 +02:00
8db29e8bec
fixed bw_delay and bw_comb, cleaned fx_delay, added fx_comb
2023-04-05 12:46:22 +02:00
7f8198b00e
bw_comb tenative plus surrouding changes
...
* bw_delay: added const to state in bw_delay_read and added
bw_delay_get_length
* bw_math: added bw_intfracf
* bw_wah: fixed bw_wah_process doc
* cosmetic changes to bw_one_pole
2023-04-05 11:56:42 +02:00
721dc3da27
bw_src, removed useless casts
2023-04-04 15:24:33 +02:00
388ece962a
bw_src, fix coeffs, seriously
2023-04-04 15:23:05 +02:00
5eed8c2878
fixed coeffs for bw_src(_int).h for real
2023-04-04 15:17:37 +02:00
c05b6d84db
improved bw_src and added proper doc + fixed bw_src_int coeffs
2023-04-04 15:13:26 +02:00
67fcbf8b7d
improved bw_src_int and added proper doc
2023-04-04 14:37:38 +02:00
389c6266b5
bw_delay optimized coefficient computation + fixed doc
2023-04-04 10:40:35 +02:00
8fe8a6f995
fixed unused parameter warnings
2023-04-02 21:54:17 +02:00
Stefano D'Angelo
8750d5cf89
fix bad commit
2023-03-24 16:13:59 +01:00
Stefano D'Angelo
20437e0a23
common index increment style in bw_src
2023-03-24 16:01:33 +01:00
3a44034694
bw_src(_int), start from index 0 when downsampling
2023-03-23 15:58:32 +01:00
fb4d041838
bw_src(_int) don't need bw_math + use natural ratio in bw_src
2023-03-23 15:12:10 +01:00
8c9796f025
added initial value to bw_{ap2,hs2,ls2,mm2,notch,peak,svf,wah}
2023-03-23 14:03:27 +01:00
1aa2cca858
added more hyperbolic functions to bw_math
2023-03-23 09:52:19 +01:00
6504833be0
fix bw_src
2023-03-16 12:01:39 +01:00
db06874a17
tentative bw_src
2023-03-15 20:50:39 +01:00
fd4db8fd4f
fix bw_src_int upsampling
2023-03-15 17:45:38 +01:00
d8ac7cadcc
fix bw_src_int + use it in fx_satur
2023-03-14 16:46:13 +01:00
02a964d453
tentative bw_src_int, cosmetic change to bw_svf
2023-03-14 15:50:00 +01:00
Stefano D'Angelo
9b746f746f
split process in read and write in bw_delay
2023-03-09 16:14:02 +01:00
Stefano D'Angelo
a817b23f50
{bw,fx}_delay now working
2023-03-07 09:27:50 +01:00
Stefano D'Angelo
9dcfb2de30
bw_delay progress + fx_delay + add dynamic mem to common + bw_buf fix new stuff
2023-03-05 08:33:45 +01:00
Stefano D'Angelo
1f1571177a
bw_delay: remove useless state parameter from mem_req
2023-03-04 15:24:13 +01:00
Stefano D'Angelo
ab417d4c61
bw_delay tentative + bw_ceilf + bw_buf_fill + BW_SIZE_T + fix bw_wah doc
2023-03-04 08:17:31 +01:00
1843233c96
added bw_buf_add
2023-03-01 07:36:28 +01:00
Stefano D'Angelo
6fe46ef56b
fixed bw_phaser coeffs vs state
2023-02-28 11:37:19 +01:00
Stefano D'Angelo
7e855aac96
bw_trem fix doc + rename param + new bw_/fx_phaser tentative
2023-02-27 12:30:40 +01:00
Stefano D'Angelo
a20678a409
renamed mod amount as amount param in bw_ringmod + new bw_trem and fx_trem
2023-02-24 16:12:32 +01:00
Stefano D'Angelo
05d0ea8b1f
ringmod tentative
2023-02-23 18:13:21 +01:00
b808ef5421
fix module versions in bw_common and bw_rand
2023-02-20 16:28:06 +01:00
acec8947a0
update ChangeLog(s)
2023-02-20 09:40:04 +01:00
fffab40cd2
added missing examples + fixed bw_{ap2,hs1,ls1} + cosmetic changes
2023-02-15 14:04:21 +01:00
Stefano D'Angelo
0db0e1b42d
fix bw_balance + new fx_balance example + fix daisy seed synth simple
2023-02-14 10:14:37 +01:00
Stefano D'Angelo
e4d2d984c8
fix bw_env_gen uninit var + beginning of daisy synth examples
2023-02-07 12:44:41 +01:00
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