From fc3a596a0bf6711c545c9b611e879d69d701b57b Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Tue, 4 Jul 2023 15:34:38 +0200 Subject: [PATCH] update TODO --- TODO | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO b/TODO index e5f1423..9ecceed 100644 --- a/TODO +++ b/TODO @@ -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