diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-09 20:01:16 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-09 20:01:16 +0100 |
commit | 2dd33e720e5eb3f33b19dbb5f4226badeba7bd21 (patch) | |
tree | 0ea421b07cd752b2d35b4137991f7485c59b1d9c /examples/lisp-esque.conf | |
parent | writo (diff) | |
download | blueshift-2dd33e720e5eb3f33b19dbb5f4226badeba7bd21.tar.gz blueshift-2dd33e720e5eb3f33b19dbb5f4226badeba7bd21.tar.bz2 blueshift-2dd33e720e5eb3f33b19dbb5f4226badeba7bd21.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/lisp-esque.conf')
-rw-r--r-- | examples/lisp-esque.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf index e06f46e..99d1486 100644 --- a/examples/lisp-esque.conf +++ b/examples/lisp-esque.conf @@ -196,14 +196,14 @@ ; In this example (resolution:encoding) only has one argument, ; it applies all day long on each colour curve. #(resolution:encoding :eval i_size) ### -- ADVANCED LEVEL -- - ; This evaluated into: + ; This is evaluated into: ; (resolution:encoding 256) ; (resolution:output) in this example one argument that is ; a tuple of three values which represent red, green, and ; blue respectively. Because it is only one argument it ; applies all day long as well. #(resolution:output (:eval (o_size o_size o_size))) ### -- ADVANCED LEVEL -- - ; This evaluated into: + ; This is evaluated into: ; (resolution:output (65535 65535 65535)) ; As always you can control the monitors individually: ; (resolution:output (:eval ((o_size o_size o_size) (o_size o_size o_size)))) |