mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 13:20:47 +00:00
Update README.md
added recorder section to readme
This commit is contained in:
parent
babc622733
commit
efef9be898
24
README.md
24
README.md
@ -102,7 +102,7 @@ gainlayers defined for Potato version only.
|
|||||||
mc, k for virtual strips only.
|
mc, k for virtual strips only.
|
||||||
|
|
||||||
### Bus
|
### Bus
|
||||||
The following strip commands are available:
|
The following bus commands are available:
|
||||||
- mute: bool
|
- mute: bool
|
||||||
- mono: bool
|
- mono: bool
|
||||||
- eq: bool
|
- eq: bool
|
||||||
@ -115,7 +115,7 @@ The following strip commands are available:
|
|||||||
for example:
|
for example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$vmr.button[3].mode_repeat = $true
|
$vmr.bus[3].mode_repeat = $true
|
||||||
```
|
```
|
||||||
|
|
||||||
### Macrobuttons
|
### Macrobuttons
|
||||||
@ -178,6 +178,26 @@ $vmr.command.show
|
|||||||
$vmr.command.lock = $true
|
$vmr.command.lock = $true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Recorder
|
||||||
|
The following methods are available:
|
||||||
|
- play
|
||||||
|
- stop
|
||||||
|
- pause
|
||||||
|
- record
|
||||||
|
- ff
|
||||||
|
- rw
|
||||||
|
The following properties accept boolean values.
|
||||||
|
- loop
|
||||||
|
- A1 - A5
|
||||||
|
- B1 - B3
|
||||||
|
|
||||||
|
example:
|
||||||
|
```powershell
|
||||||
|
$vmr.recorder.play
|
||||||
|
|
||||||
|
$vmr.recorder.loop = $true
|
||||||
|
```
|
||||||
|
|
||||||
### Multiple parameters
|
### Multiple parameters
|
||||||
Set many strip/bus/macrobutton/vban parameters at once, for Example
|
Set many strip/bus/macrobutton/vban parameters at once, for Example
|
||||||
```powershell
|
```powershell
|
||||||
|
Loading…
Reference in New Issue
Block a user