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-22 13:41:05 -0700
commit09fd319bad6d28baded19086f2feddf3ae844d37 (patch)
tree6e75fab691a415f9b5e2cc612bef265f13071bbe
parent2ea46790bf88ba5ba0c2d3acf29a2007b6786e10 (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