mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 05:10:48 +00:00
move SendText in README
This commit is contained in:
parent
1918de1d30
commit
1838c2d9f0
12
README.md
12
README.md
@ -336,12 +336,7 @@ $vmr.Setter('Strip[4].Label', 'stripname')
|
|||||||
$vmr.Setter('Strip[0].Gain', -3.6)
|
$vmr.Setter('Strip[0].Gain', -3.6)
|
||||||
```
|
```
|
||||||
|
|
||||||
Access to lower level polling functions are provided with these functions:
|
- `$vmr.SendText`: Set parameters by script
|
||||||
|
|
||||||
- `$vmr.PDirty`: Returns true if a parameter has been updated.
|
|
||||||
- `$vmr.MDirty`: Returns true if a macrobutton has been updated.
|
|
||||||
|
|
||||||
- `$vmr.SendText`: Set paramters by script
|
|
||||||
|
|
||||||
example:
|
example:
|
||||||
|
|
||||||
@ -349,6 +344,11 @@ example:
|
|||||||
$vmr.SendText("strip[0].mute=1;strip[2].gain=3.8;bus[1].eq.On=1")
|
$vmr.SendText("strip[0].mute=1;strip[2].gain=3.8;bus[1].eq.On=1")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Access to lower level polling functions are provided with these functions:
|
||||||
|
|
||||||
|
- `$vmr.PDirty`: Returns true if a parameter has been updated.
|
||||||
|
- `$vmr.MDirty`: Returns true if a macrobutton has been updated.
|
||||||
|
|
||||||
### Run tests
|
### Run tests
|
||||||
|
|
||||||
Run tests using .\runall.ps1 which accepts two parameters:
|
Run tests using .\runall.ps1 which accepts two parameters:
|
||||||
|
Loading…
Reference in New Issue
Block a user