From 80fdc1e39d864f05f271c8035715ab4c155a2002 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sun, 9 Jan 2011 17:46:26 +0100 Subject: Improved note-compiler: optimizing output now works properly Previously, output was always considered as non-const, even if is was zero and without any controller-influence, because output had always pfactor-influence. Now, a pfactor-influenced output which is constant zero is considered as still constant, because pfactor*0 is always 0. --- TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index fe39d96..e594eca 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,10 @@ TODO für den synth o .so unloaden! - o note-compiler: wenn vel_influence für foo, aber foo ist konstant + x note-compiler: wenn vel_influence für foo, aber foo ist konstant null, bleibt foo trotzdem konstant. - o note-compiler: vel_influence ist IMMER gegeben für output, außer + x note-compiler: vel_influence ist IMMER gegeben für output, außer wenn anders angegeben - o note-compiler: *1 bzw /2 optimierungen klappen nicht? + x note-compiler: *1 bzw /2 optimierungen klappen nicht? x note-compiler: pfactor nicht wegoptimieren, immer verwenden o beide parser: envelopes von oscs mit out=0 standardmäßig deaktivieren o envelope, filter, ggf. auch alles aus program.o im hauptprogramm -- cgit v1.2.3