mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-12-05 05:07:47 +00:00
update docs
arming
This commit is contained in:
parent
9209bbbc65
commit
58652b5a3f
@ -31,6 +31,7 @@ AddActionMembers now adds ScriptMethods instead of ScriptProperties:
|
|||||||
- ip, write-only
|
- ip, write-only
|
||||||
- Bus.Sel, Bus.Monitor, Bus.Vaio
|
- Bus.Sel, Bus.Monitor, Bus.Vaio
|
||||||
- Bus.Mode.Set($mode)
|
- Bus.Mode.Set($mode)
|
||||||
|
- Recorder.Armedbus
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@ -43,6 +44,7 @@ AddActionMembers now adds ScriptMethods instead of ScriptProperties:
|
|||||||
- Bus.Levels.Convert return type [float] -> [single] for naming consistency, no functional change
|
- Bus.Levels.Convert return type [float] -> [single] for naming consistency, no functional change
|
||||||
- Meta: AddBoolMembers, AddIntMembers $arg types for consistency
|
- Meta: AddBoolMembers, AddIntMembers $arg types for consistency
|
||||||
- Device: explicit $arg types for consistency
|
- Device: explicit $arg types for consistency
|
||||||
|
- Recorder.Armstrip|Armbus -> BoolArrayMember: now have .Get()
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
@ -527,6 +527,7 @@ The following commands are available:
|
|||||||
|
|
||||||
- A1 - A5: bool
|
- A1 - A5: bool
|
||||||
- B1 - B3: bool
|
- B1 - B3: bool
|
||||||
|
- armedbus: int, from 0 to bus index
|
||||||
- samplerate: int, (22050, 24000, 32000, 44100, 48000, 88200, 96000, 176400, 192000)
|
- samplerate: int, (22050, 24000, 32000, 44100, 48000, 88200, 96000, 176400, 192000)
|
||||||
- bitresolution: int, (8, 16, 24, 32)
|
- bitresolution: int, (8, 16, 24, 32)
|
||||||
- channel: int, from 1 to 8
|
- channel: int, from 1 to 8
|
||||||
@ -571,9 +572,10 @@ $vmr.recorder.mode.loop = $true
|
|||||||
|
|
||||||
#### ArmStrip[i]|ArmBus[i]
|
#### ArmStrip[i]|ArmBus[i]
|
||||||
|
|
||||||
The following method is available:
|
The following methods are available:
|
||||||
|
|
||||||
- Set($val): bool
|
- Set($val): bool
|
||||||
|
- Get()
|
||||||
|
|
||||||
example:
|
example:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user