From cb7ee45bbdf5ea298fa1004875ef36242962b893 Mon Sep 17 00:00:00 2001 From: Buk Date: Mon, 8 Jul 2024 13:37:36 +0300 Subject: [PATCH] Update mixer.md --- doc/mixer.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/mixer.md b/doc/mixer.md index ba126897..b0fcf3ec 100644 --- a/doc/mixer.md +++ b/doc/mixer.md @@ -279,9 +279,9 @@ We can also make it more interesting by adding the ability to switch between wav via a switch. This is left as an exercise. ### Example 19: Random servo motion generator -Suppose we have a model equipped with a turret, or a figure. What we would like is to move it automatically but in a -random and intermittent manner, as we can't always be controlling it manually, for we only got one brain :) -
We can easily achieve this behaviour with function genarators and logical switches as follows. +Suppose we have a model equipped with a turret, or a figure. We want the servo to move automatically but in a +random and intermittent manner. +
We can achieve this behaviour with function genarators and logical switches as follows. ```txt Function generator Fgen1 @@ -299,7 +299,7 @@ Func: a>x Value1: Fgen2 value2: 0 ``` -Then in the mixer, assuming our turret servo is on Ch7, +Then in the mixer, assuming our servo is on Ch7, ```txt 1. Ch7 Add Fgen1 (Weight 100) 2. Ch7 Hold (L1)