Update page 'Home'
parent
85d91a9707
commit
a427446333
7
Home.md
7
Home.md
@ -2,9 +2,11 @@
|
|||||||
* [Introduction](#introduction)
|
* [Introduction](#introduction)
|
||||||
* [Reading from the foot pedal](#reading-from-the-foot-pedal)
|
* [Reading from the foot pedal](#reading-from-the-foot-pedal)
|
||||||
* [Writing to the foot pedal](#writing-to-the-foot-pedal)
|
* [Writing to the foot pedal](#writing-to-the-foot-pedal)
|
||||||
|
* The `list` subcommand
|
||||||
* The `set` subcommand
|
* The `set` subcommand
|
||||||
* The `append` subcommand
|
* The `append` subcommand
|
||||||
* [Clearing pedals](#clearing-pedals)
|
* [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`.
|
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
|
## Writing to the foot pedal
|
||||||
|
### The `list` subcommand
|
||||||
|
|
||||||
|
### The `set` subcommand
|
||||||
|
|
||||||
|
### The `append` subcommand
|
||||||
|
|
||||||
## Clearing pedals
|
## 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):
|
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):
|
||||||
|
Loading…
Reference in New Issue
Block a user