mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-04-18 23:03:36 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 561faa0e95 | |||
| ce398e9a09 |
@@ -174,6 +174,11 @@ xair-cli raw /ch/01/config/name 'rode podmic'
|
|||||||
xair-cli raw /ch/01/config/name
|
xair-cli raw /ch/01/config/name
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*Save current mixer state to a snapshot*
|
||||||
|
```console
|
||||||
|
xair-cli snapshot 20 save 'twitch live'
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ var x32AddressMap = map[string]string{
|
|||||||
"mainmono": "/main/mono",
|
"mainmono": "/main/mono",
|
||||||
"strip": "/ch/%02d",
|
"strip": "/ch/%02d",
|
||||||
"bus": "/bus/%02d",
|
"bus": "/bus/%02d",
|
||||||
"headamp": "/headamp/%02d",
|
"headamp": "/headamp/%03d",
|
||||||
"snapshot": "/-snap",
|
"snapshot": "/-snap",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user