diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c3bc5..ac77dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ AddActionMembers now adds ScriptMethods instead of ScriptProperties: - ip, write-only - Bus.Sel, Bus.Monitor, Bus.Vaio - Bus.Mode.Set($mode) +- Recorder.Armedbus ### 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 - Meta: AddBoolMembers, AddIntMembers $arg types for consistency - Device: explicit $arg types for consistency +- Recorder.Armstrip|Armbus -> BoolArrayMember: now have .Get() ### Fixed diff --git a/README.md b/README.md index 76a0ed0..a2271cf 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,7 @@ The following commands are available: - A1 - A5: bool - B1 - B3: bool +- armedbus: int, from 0 to bus index - samplerate: int, (22050, 24000, 32000, 44100, 48000, 88200, 96000, 176400, 192000) - bitresolution: int, (8, 16, 24, 32) - channel: int, from 1 to 8 @@ -571,9 +572,10 @@ $vmr.recorder.mode.loop = $true #### ArmStrip[i]|ArmBus[i] -The following method is available: +The following methods are available: - Set($val): bool +- Get() example: