diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-15 18:13:48 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-15 18:13:48 +0100 |
commit | 67025394dcbc2d0917c89856c40be3b9198eca5e (patch) | |
tree | 48ac8600e1d4141ee587458db1076e967393fe35 /TODO | |
parent | 9e3998bbaddf4eb6df8544497e42231137824998 (diff) |
Implemented freq-envelopes for non-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 | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -2,7 +2,13 @@ wenn man danach die noten spielen will. nicht reproduzierbar TODO für den synth -!! o freq-envelopes +!! o im in-synth-cli auch die snh-freq setzen!!! + + o freq-envelopes und pfactor dafür auch für compiled_notes implementieren! + o envelopes nur alle N frames updaten auch bei compiled notes implementieren! + + 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? |