update docs

arming
This commit is contained in:
pblivingston 2025-12-02 12:42:00 -05:00
parent 9209bbbc65
commit 58652b5a3f
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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: