c57ddb8877
add some TODO
2023-05-10 15:50:15 +02:00
Stefano D'Angelo
468f66453b
fixed bw_svf prewarp-related instability bug
2023-05-09 14:31:42 +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
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
847f99264f
TODO: remember to review types
2023-04-21 05:30:35 +02:00
Stefano D'Angelo
2b211b772e
TODO stuff
2023-04-19 08:37:25 +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
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
8c9796f025
added initial value to bw_{ap2,hs2,ls2,mm2,notch,peak,svf,wah}
2023-03-23 14:03:27 +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
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
ab417d4c61
bw_delay tentative + bw_ceilf + bw_buf_fill + BW_SIZE_T + fix bw_wah doc
2023-03-04 08:17:31 +01:00
aa6bdeea97
TODO stuff
2023-02-15 14:46:02 +01:00
f2f04264d3
MIDI CC mappings for daisy seed synth examples
2023-02-15 12:45:21 +01:00
Stefano D'Angelo
1972040cb0
beginning of daisy seed support
2023-02-03 11:48:37 +01:00
Stefano D'Angelo
720e02e857
fix bw_notch + notch fx example
2023-01-24 00:27:42 +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
483bad7196
rationalize web make
2023-01-17 17:36:17 +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
97492ce701
add custom prewarping option to bw_svf
2023-01-12 20:18:57 +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
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
03f3b8a67f
new module bw_allpass1 (untested)
2022-12-12 16:16:22 +01:00
Stefano D'Angelo
c5c031c915
don't forget stuff in TODO
2022-12-11 10:39:13 +01:00
Stefano D'Angelo
e06cd2426b
fixed bw_*_reduce + new fx_bitcrush example
2022-12-11 10:36:56 +01:00
aff5093234
remember to polish examples
2022-12-05 13:41:30 +01:00
a74323897f
added bw_comp (untested) + volume setting in dB in bw_vol
2022-12-05 10:09:15 +01:00
6ef98b1382
fix doc bw_svf, bw_vol, bw_wah
2022-12-04 18:57:49 +01:00
ae247782b0
update ChangeLog and TODO
2022-12-02 17:47:34 +01:00
94e63840e8
got further with synth mono + improved bw_nosie_gen and bw_pink_filt
2022-11-30 20:36:13 +01:00
1377d608cb
adjusted bw_svf tau + better bw_env_gen API + mono synth beginning
2022-11-30 11:55:25 +01:00
6b4b0a3429
ported bw_osc_filt to new API
2022-11-28 18:31:52 +01:00
11e71be62a
ported bw_rand and bw_noise_gen to new API
2022-11-28 11:50:22 +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
9e3e63dd62
implemented bw_wah and bw_example_fx_wah + renamed bw_example_fx to bw_example_fx_svf, removed "Level" parameter, and using correct "Fx|Filter" VST3 subcategory
2022-11-20 10:20:32 +01:00
Stefano D'Angelo
61d0c690e9
initial import
2022-11-16 00:49:51 +01:00