diff --git a/README.md b/README.md index 483d865..1bfafb9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Flags: -P, --port=10024 The port of the X-Air device ($XAIR_CLI_PORT). -K, --kind="xair" The kind of the X-Air device ($XAIR_CLI_KIND). -T, --timeout=100ms Timeout for OSC operations ($XAIR_CLI_TIMEOUT). + -L, --loglevel="warn" Log level for the CLI ($XAIR_CLI_LOGLEVEL). -v, --version Print xair-cli version information and quit Commands: @@ -110,6 +111,13 @@ Headamp headamp gain Get or set the gain of the headamp. headamp phantom Get or set the phantom power state of the headamp. +Snapshot + snapshot list List all snapshots. + snapshot name Get or set the name of a snapshot. + snapshot save Save the current mixer state. + snapshot load Load a mixer state. + snapshot delete Delete a snapshot. + Run "xair-cli --help" for more information on a command. ```