update TODO
This commit is contained in:
parent
20b66887b6
commit
73185217e7
26
TODO
26
TODO
@ -1,23 +1,33 @@
|
|||||||
|
0.5.0
|
||||||
|
-----
|
||||||
|
|
||||||
|
code:
|
||||||
|
* missing doc
|
||||||
|
* check all examples again
|
||||||
|
* synth poly stuck notes?
|
||||||
|
* check sustain synth mono (poly?) on daisy
|
||||||
|
|
||||||
|
0.6.0
|
||||||
|
-----
|
||||||
|
|
||||||
|
code:
|
||||||
|
* android, ios
|
||||||
|
* debugging (design by contract?, trace calls?)
|
||||||
|
|
||||||
1.0.0
|
1.0.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
code:
|
code:
|
||||||
* synth poly stuck notes?
|
|
||||||
* osc post filter (and one pole init, slew rate, etc.) val from input? set state instead?
|
* osc post filter (and one pole init, slew rate, etc.) val from input? set state instead?
|
||||||
* audio rate optional pulse width/slope inputs?
|
* audio rate optional pulse width/slope inputs?
|
||||||
* should rather use backward Euler in bw_onepole?
|
* should rather use backward Euler in bw_onepole?
|
||||||
* one pole process const input? (return also if const out)
|
* one pole process const input? (return also if const out)
|
||||||
* web examples construction/destruction
|
|
||||||
* web effect mono->stereo and stereo->mono inputs? or display "input needs to be n channels"?
|
|
||||||
* check const restrict etc.
|
* check const restrict etc.
|
||||||
* define BW_RESTRICT to __restrict or similar when the compiler supports it
|
* define BW_RESTRICT to __restrict or similar when the compiler supports it
|
||||||
* empty functions etc. to keep consistency and forward compatibility?
|
* empty functions etc. to keep consistency and forward compatibility?
|
||||||
* float in [-1,1] for velocity, pitch bend, mod wheel
|
* float in [-1,1] for velocity, pitch bend, mod wheel
|
||||||
* should clip slope in triangle?
|
* should clip slope in triangle?
|
||||||
* fix vst3 mapped values (visible in Ableton Live) and short names
|
|
||||||
* polish examples (ranges, etc.)
|
|
||||||
* common smoothing policy (as control rate as possible?) - smoothing control?
|
* common smoothing policy (as control rate as possible?) - smoothing control?
|
||||||
* trace calls (debug)
|
|
||||||
* svf bandpass out polarity too confusing (inverted in mm2)?
|
* svf bandpass out polarity too confusing (inverted in mm2)?
|
||||||
* better common config.h (less stuff maybe, or more stuff - decide)
|
* better common config.h (less stuff maybe, or more stuff - decide)
|
||||||
* pan process with no out: should just reset coeffs?
|
* pan process with no out: should just reset coeffs?
|
||||||
@ -74,6 +84,10 @@ code:
|
|||||||
* float -> double, etc. ?
|
* float -> double, etc. ?
|
||||||
* bw_buf_copy (to be used in bw_slew_lim)?
|
* bw_buf_copy (to be used in bw_slew_lim)?
|
||||||
* src post filt?
|
* src post filt?
|
||||||
|
* web examples construction/destruction
|
||||||
|
* web effect mono->stereo and stereo->mono inputs? or display "input needs to be n channels"?
|
||||||
|
* fix vst3 mapped values (visible in Ableton Live) and short names
|
||||||
|
* polish examples (ranges, etc.)
|
||||||
|
|
||||||
build system:
|
build system:
|
||||||
* make makefiles handle paths with spaces etc
|
* make makefiles handle paths with spaces etc
|
||||||
|
Loading…
Reference in New Issue
Block a user