update TODO

This commit is contained in:
Stefano D'Angelo 2023-07-04 15:34:38 +02:00
parent b2cb3cad1e
commit fc3a596a0b

2
TODO
View File

@ -38,7 +38,6 @@ code:
* make gain of distortions homogeneous?
* max_delay -> set sample rate? see reverb
* revise typedef style (see https://stackoverflow.com/questions/54752861/using-an-anonymous-struct-vs-a-named-struct-with-typedef)
* multichannel api even where not needed?
* x_y vs xy var names
* don't use reserved identifiers (https://devblogs.microsoft.com/oldnewthing/20230109-00/?p=107685)
* update state ctrl -> process ctrl?
@ -46,7 +45,6 @@ code:
* peak gain + Q ???
* bwpp -> bwxx
* sr_reduce reset_coeffs? update_coeffs? process_multi?
* src(_int) process_multi?
* fix definitions leading to X ** -> const X ** error https://isocpp.org/wiki/faq/const-correctness#constptrptr-conversion, fix fx_balance, fx_pan, synth_poly
* drywet -> dry_wet, ringmod -> ring_mod, etc?
* allow nullptr in C++ wrappers where process_multi arg can be NULL