diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-15 15:27:38 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-15 15:27:38 +0100 |
commit | 550497e9b09894a79c1c9888901bbbf4949a614b (patch) | |
tree | 22a1b1f5eac70051eb8336312569ad07c512cc82 /TODO | |
parent | 9e3998bbaddf4eb6df8544497e42231137824998 (diff) |
Added rudimentary support for freq-envelopes
todo: pfactor'ed amount
todo: support for compiled notes
plus some tiny bugfixes:
- in Envelope (get_sustain now returns orig_sustain)
- parser now uses isnum instead of isfloat where appropriate
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -2,7 +2,17 @@ wenn man danach die noten spielen will. nicht reproduzierbar TODO für den synth -!! o freq-envelopes +!! o freq-envelopes: + o TESTEN: set_param für freq-envs + o pfactor-einfluss für freq_env_amount + o parsen: (case 4 muss noch gemacht werden) + o alles auch für compiled_notes implementieren! + x set_param für factor setzt orig-factor und berechnet eigentl. faktor neu + +!! o im in-synth-cli auch die snh-freq setzen!!! + + o optimierung: foo++ durch ++foo ersetzen + o optimierung: bei allen iterationen: foo.end() cachen! o zu testen: funktionieren no-release-envs auch in compilierten noten? |