Update page 'Home'

Dennis Potter 2018-11-27 16:51:32 +01:00
parent 85d91a9707
commit a427446333
1 changed files with 7 additions and 0 deletions

@ -2,9 +2,11 @@
* [Introduction](#introduction)
* [Reading from the foot pedal](#reading-from-the-foot-pedal)
* [Writing to the foot pedal](#writing-to-the-foot-pedal)
* The `list` subcommand
* The `set` subcommand
* The `append` subcommand
* [Clearing pedals](#clearing-pedals)
* [Common problems](#common-problems)
---
@ -49,6 +51,11 @@ OPTIONS:
In other words, to acquire the settings of all pedals, run: `footswitch-rs read --all`. To acquire only information of specific pedals (e.g., 1 and 2), run: `footswitch-rs read -p 1 2`.
## Writing to the foot pedal
### The `list` subcommand
### The `set` subcommand
### The `append` subcommand
## Clearing pedals
In contrast to the original implementation on [rgerganov/footswitch](https://github.com/rgerganov/footswitch), this implementation does not clear foot pedals if they are not explicitly set during a write operation. To clear the configuration of a pedal, a separate function has to be explicitly invoked. The help function `footswitch-rs clear --help` yields te following information (omitted redundant information):