diff --git a/Home.md b/Home.md index 589fb64..e338447 100644 --- a/Home.md +++ b/Home.md @@ -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):