Showing
1 changed file
with
7 additions
and
5 deletions
@@ -30,7 +30,7 @@ i_keyboard has many options (use `i_keyboard -h` to list them) we illustrate som | @@ -30,7 +30,7 @@ i_keyboard has many options (use `i_keyboard -h` to list them) we illustrate som | ||
30 | 30 | ||
31 | i_keyboard -d -tFL32 -k abcd -o/toto | 31 | i_keyboard -d -tFL32 -k abcd -o/toto |
32 | 32 | ||
33 | -Creates a channel '/toto' of 4 float values between 0 and 1 and display the pourcentage in text mode. | 33 | +Creates a channel '/toto' of 4 float values corresponding to 'a', 'b', 'c', 'd' between 0 and 1 and display the pourcentage in text mode. |
34 | 34 | ||
35 | 100%(1.00) [/toto] | | 35 | 100%(1.00) [/toto] | |
36 | ^ | 36 | ^ |
@@ -38,13 +38,15 @@ Creates a channel '/toto' of 4 float values between 0 and 1 and display the pour | @@ -38,13 +38,15 @@ Creates a channel '/toto' of 4 float values between 0 and 1 and display the pour | ||
38 | | [] [] [] [] | 38 | | [] [] [] [] |
39 | 0%(0.000) > | 39 | 0%(0.000) > |
40 | >|#a| b| c| d| | 40 | >|#a| b| c| d| |
41 | + | ||
42 | +Instead of `-k abcd` you can define the **size** (`-s`) of desired channel and the keys are automatically generated ( max 64). | ||
41 | 43 | ||
42 | We see the initial values are set to 49% (i.e. 0.5) and we can chenge them with the arrow. | 44 | We see the initial values are set to 49% (i.e. 0.5) and we can chenge them with the arrow. |
43 | -You could change the initial value by changing the neutral value (-N). | ||
44 | -You can change the min and max with -m and -M. The default step of one keypressed in 0.004 (~1/256) or 1 with UIN8 type. | ||
45 | -It can be changed with -S. | 45 | +You could change the initial value by changing the **neutral value** (`-N`). |
46 | +You can change the **min** and **max** with -m and -M. The default **step** of one keypressed in 0.004 (~1/256) or 1 with UIN8 type. | ||
47 | +It can be changed with `-S`. | ||
46 | 48 | ||
47 | -Sometime you do not want intermediate values but only toggle to max and min. Then use -T. | 49 | +Sometime you do not want intermediate values but only **toggle** between max and min. Then use `-T`. |
48 | 50 | ||
49 | from oscillator | 51 | from oscillator |
50 | --------------- | 52 | --------------- |
-
Please register or login to post a comment