diff --git a/README.md b/README.md index 50b2b1795bfd8fc5055326ec74e9dc4b4f25bbda..d57a19a503dd3fc31faf9f2333d4a1ee5a80bf22 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The leftmost green column shows your instrument with its outputs and parameters.  -### Sharing / granting access +### Sharing / granting access to your parameters By default, all your parameters are in the *granted* mode, which means that all the other musicians can set their values. You can of course change that by clicking the red *grant* toggle for each parameter, or the *grant all* toggle at the top of your column. If not granted, values *asked* by others are only displayed on the gray widgets and can be retrieved using the *1x* bang. @@ -77,7 +77,10 @@ A *watch* bus selector is placed below each parameter and output of the other in Symmetrically, you can control others parameters by choosing a non-zero bus on the *ask* selector and the same *asking* bus below one of your outputs or parameters. This requires however that the parameter that you want to controlled is *granted* (i.e. that the green *granted* toggle is checked). -### Directly asking / Controlling others parameters + + + +### Directly asking / controlling others parameters You can also ask another instrument's parameter to be set to a specific value by interacting with the white sliders/toggles/bangs. It the access is granted, the value will be directly set. diff --git a/doc/img/asking.gif b/doc/img/asking.gif new file mode 100644 index 0000000000000000000000000000000000000000..90f3c7da2a032af62465380e5d1786564a8dcb23 Binary files /dev/null and b/doc/img/asking.gif differ