docs: update controller api design
authorStefan Sauer <ensonic@users.sf.net>
Mon, 23 Jan 2012 10:02:45 +0000 (11:02 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 23 Jan 2012 10:03:43 +0000 (11:03 +0100)
docs/design/part-controller.txt

index c75da54..1a2f23e 100644 (file)
@@ -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.