summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com>2013-10-14 18:34:06 -0700
committerReynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com>2013-10-24 12:06:01 -0700
commit3abad718671109c26d03cd16e94333f7928a561c (patch)
treea93461fdc149d2a1f4b9c693c324baa5bce217b8
parente6dda14148734a3405d8dce74080269be8a7a638 (diff)
docs: Gram and nit fixes for part-controller.txt
-rw-r--r--docs/design/part-controller.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/design/part-controller.txt b/docs/design/part-controller.txt
index 947609271..b5c939383 100644
--- a/docs/design/part-controller.txt
+++ b/docs/design/part-controller.txt
@@ -14,7 +14,7 @@ Elements don't need to do much. They need to:
before accessing the parameters.
All ordered property types can be automated (int, double, boolean, enum). Other
-property types can be automates as well by using special control bindings. One can
+property types can also be automated by using special control bindings. One can
e.g. write a control-binding that updates a text property based on timestamps.
Application view
@@ -52,8 +52,8 @@ control-source value ranges
ranged-control-binding
- it might be a nice thing to have a control-binding that has scale and offset
properties
-- when attaching a contro-source to e.g. volume one needs to be aware that the values
- go from [0.0 to 4.0]
+- when attaching a control-source to e.g. volume, one needs to be aware that
+ the values go from [0.0 to 4.0]
- we can also have a "mapping-mode"={AS_IS, TRANSFORMED} on direct-control-binding
and two extra properties that are used in TRANSFORMED mode