summaryrefslogtreecommitdiff
path: root/docs/design/part-controller.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/design/part-controller.txt')
-rw-r--r--docs/design/part-controller.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/design/part-controller.txt b/docs/design/part-controller.txt
index c75da542df..1a2f23e087 100644
--- a/docs/design/part-controller.txt
+++ b/docs/design/part-controller.txt
@@ -34,3 +34,7 @@ generate various repetitive signals. Those can be made more complex by chaining
the control sources. One can attach another control-source to e.g. modulate the
frequency of the first GstLFOControlSource.
+In most cases GstControlBindingDirect will be the binding to be used. Other
+control bindings are there to handle special cases, such as having 1-4 control-
+sources and combine their values into a single guint to control a rgba-color
+property.