Commit Graph

483 Commits

Author SHA1 Message Date
695dca5769 new bw_gain_get_gain() + fixed bw_ringmod inv polarity and doc +
tentative bw_drywet
2023-06-01 12:20:37 +02:00
44691855ae cosmetic doc change in most modules 2023-05-29 13:51:57 +02:00
5201d3363a fix reset in bw_{chorus,phaser} + better enum param name in fx_chorus 2023-05-29 11:50:16 +02:00
47cdfb4ee1 fixed doc typos 2023-05-29 10:13:13 +02:00
60ca76b9a3 added bw_buf_neg() 2023-05-12 08:03:45 +02:00
c57ddb8877 add some TODO 2023-05-10 15:50:15 +02:00
37415a0b0e fixed bw_drive, new example fx_drive 2023-05-10 11:16:38 +02:00
a8f594916c tentative new module bw_drive 2023-05-10 10:56:02 +02:00
7f42cb70d9 fix bw_dist 2023-05-10 09:34:03 +02:00
Stefano D'Angelo
468f66453b fixed bw_svf prewarp-related instability bug 2023-05-09 14:31:42 +02:00
Stefano D'Angelo
2d101a315e fixed initial state in bw_clip and bw_satur 2023-04-29 06:34:19 +02:00
b811796e35 beginning of bw_dist and fx_dist + fix bw_peak doc and bw_fuzz init 2023-04-26 03:21:20 +02:00
f3911765f5 fix unused variable warnings in daisy seed examples 2023-04-26 03:06:41 +02:00
7354f40a14 enable all warnings when building vst3 and for the web 2023-04-26 01:56:40 +02:00
e6466ce0c8 new bw_clip and fx_clip 2023-04-26 01:48:01 +02:00
Stefano D'Angelo
6228fba4d5 TODO: should add gain compensation to bw_fuzz? 2023-04-25 21:48:59 +02:00
175481e4a5 hello bw_fuzz and fx_fuzz 2023-04-25 12:01:54 +02:00
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
847f99264f TODO: remember to review types 2023-04-21 05:30:35 +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
5dfa580d3e 0.4.0 ChangeLog 2023-04-19 08:49:20 +02:00
Stefano D'Angelo
2b211b772e TODO stuff 2023-04-19 08:37:25 +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
5f11868282 adjusted fx_chorus, added fx_vibrato and fx_flanger 2023-04-08 09:25:44 +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
Stefano D'Angelo
69b8931ece daisy seed midi usb + uart at the same time 2023-04-06 09:46:04 +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
8f4e50f0a7 added one more TODO task 2023-03-30 17:58:11 +02:00
Stefano D'Angelo
8b5dd45e50 beginning of daisy synth midi uart 2023-03-27 17:53:54 +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