mirror of
https://github.com/onyx-and-iris/vbantxt.git
synced 2024-11-21 17:30:49 +00:00
add link to matrix commands to README
This commit is contained in:
parent
c73614133d
commit
60ad386431
14
README.md
14
README.md
@ -7,14 +7,14 @@ Send Voicemeeter string requests over a network or to Matrix
|
|||||||
|
|
||||||
For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md)
|
For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md)
|
||||||
|
|
||||||
## Tested against
|
## `Tested against`
|
||||||
|
|
||||||
- Basic 1.0.8.4
|
- Basic 1.0.8.4
|
||||||
- Banana 2.0.6.4
|
- Banana 2.0.6.4
|
||||||
- Potato 3.0.2.4
|
- Potato 3.0.2.4
|
||||||
- Matrix 1.0.0.3
|
- Matrix 1.0.0.3
|
||||||
|
|
||||||
## Requirements
|
## `Requirements`
|
||||||
|
|
||||||
- [Voicemeeter](https://voicemeeter.com/) or [Matrix](https://vb-audio.com/Matrix/)
|
- [Voicemeeter](https://voicemeeter.com/) or [Matrix](https://vb-audio.com/Matrix/)
|
||||||
- Go 1.18 or greater (if you want to compile yourself, otherwise check `Releases`)
|
- Go 1.18 or greater (if you want to compile yourself, otherwise check `Releases`)
|
||||||
@ -78,12 +78,18 @@ Sending commands to VB-Audio Matrix is also possible, for example:
|
|||||||
vbantxt-cli -s=streamname "Point(ASIO128.IN[2],ASIO128.OUT[1]).dBGain = -8"
|
vbantxt-cli -s=streamname "Point(ASIO128.IN[2],ASIO128.OUT[1]).dBGain = -8"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
A documentation of all available Matrix instructions can be found on the [Voicemeeter forum][matrix-commands].
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## `Logging`
|
## `Logging`
|
||||||
|
|
||||||
Log level may be set by passing the `-l` flag with a number from 0 up to 6 where
|
Pass the `-l` flag with an argument from 0 up to 6.
|
||||||
|
|
||||||
0 = Panic, 1 = Fatal, 2 = Error, 3 = Warning, 4 = Info, 5 = Debug, 6 = Trace
|
0 = Panic, 1 = Fatal, 2 = Error, 3 = Warning, 4 = Info, 5 = Debug, 6 = Trace
|
||||||
|
|
||||||
Log level defaults to Warning level.
|
For example, to set the log level to Debug:
|
||||||
|
|
||||||
|
`vbantxt-cli.exe -l=5 "strip[0].mute=0"`
|
||||||
|
|
||||||
|
[matrix-commands]: https://forum.vb-audio.com/viewtopic.php?t=1883&sid=9802ac9ddd9beff9475611d52a2164ba
|
||||||
|
Loading…
Reference in New Issue
Block a user