Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
bapps
Commits
b8149f2e
Commit
b8149f2e
authored
Apr 23, 2018
by
Arnaud Blanchard
Browse files
Merge branch 'master' of
https://promethe.u-cergy.fr/blaar/bapps
parents
d6155ce2
4a68e844
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b8149f2e
...
...
@@ -30,7 +30,7 @@ i_keyboard has many options (use `i_keyboard -h` to list them) we illustrate som
i_keyboard -d -tFL32 -k abcd -o/toto
Creates a channel '/toto' of 4 float values between 0 and 1 and display the pourcentage in text mode.
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.
100%(1.00) [/toto] |
^
...
...
@@ -38,13 +38,15 @@ Creates a channel '/toto' of 4 float values between 0 and 1 and display the pour
| [] [] [] []
0%(0.000) >
>|#a| b| c| d|
Instead of
`-k abcd`
you can define the
**size**
(
`-s`
) of desired channel and the keys are automatically generated ( max 64).
We see the initial values are set to 49% (i.e. 0.5) and we can chenge them with the arrow.
You could change the initial value by changing the neutral value (-N).
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.
It can be changed with -S.
You could change the initial value by changing the
**
neutral value
**
(
`
-N
`
).
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.
It can be changed with
`
-S
`
.
Sometime you do not want intermediate values but only toggle
to
max and min. Then use -T.
Sometime you do not want intermediate values but only
**
toggle
**
between
max and min. Then use
`
-T
`
.
from oscillator
---------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment