summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-15 18:13:48 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-15 18:13:48 +0100
commit67025394dcbc2d0917c89856c40be3b9198eca5e (patch)
tree48ac8600e1d4141ee587458db1076e967393fe35 /TODO
parent9e3998bbaddf4eb6df8544497e42231137824998 (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--TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index fae6026..d6704c7 100644
--- a/TODO
+++ b/TODO
@@ -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?