summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-17 21:55:26 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-17 21:55:26 +0100
commit1e4bc16263e212d3c2582ec5decebc3658a7850c (patch)
tree5802cd5cbef49b2dc2c824a6478c12eb11acc3af
parentm + _clip (diff)
downloadblueshift-1e4bc16263e212d3c2582ec5decebc3658a7850c.tar.gz
blueshift-1e4bc16263e212d3c2582ec5decebc3658a7850c.tar.bz2
blueshift-1e4bc16263e212d3c2582ec5decebc3658a7850c.tar.xz
add todo for _sigmoid
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--examples/lisp-esque1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/lisp-esque b/examples/lisp-esque
index 8686bb4..474281d 100644
--- a/examples/lisp-esque
+++ b/examples/lisp-esque
@@ -681,6 +681,7 @@ def _sigmoid(mods, args):
args = [[arg[0] if red else None, arg[1] if green else None, arg[2] if blue else None] for arg in args]
adjustments.append(lambda monitor : sigmoid(*(args[monitor % len(args)])))
# TODO default
+ # TODO timepoints
def _limits(mods, args):