mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 05:23:32 +00:00
limit, alias members
- limit [int] -> [float] - moved mono bool member to physicalstrip - added AddAliasMembers meta function - mono and karaoke aliases added to virtualstrip prelim pester tests for potato pass
This commit is contained in:
@@ -43,6 +43,8 @@ Recorder.FileType changed from method to write-only property
|
||||
- Command.Save($filepath)
|
||||
- Command.StorePreset()
|
||||
- Command.RecallPreset()
|
||||
- AddAliasMembers meta function takes a hashtable `-MAP` of `alias = property`
|
||||
- Strip.Karaoke alias for Strip.K
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -58,6 +60,7 @@ Recorder.FileType changed from method to write-only property
|
||||
- Recorder.Armstrip|Armbus -> BoolArrayMember: now have .Get()
|
||||
- Cast Recorder getters to types for consistency
|
||||
- Floats getters/setters now default to two decimal places.
|
||||
- Strip.Mono is now an alias for Strip.MC on virtual strips
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -69,6 +72,7 @@ Recorder.FileType changed from method to write-only property
|
||||
- vban route range (API documentation is incorrect)
|
||||
- vban.stream.sr: $this._port -> $this._sr
|
||||
- Recorder.channel values: 1..8 -> (2, 4, 6, 8)
|
||||
- Strip.Limit type [int] -> [float]
|
||||
|
||||
## [3.3.0] - 2024-06-29
|
||||
|
||||
|
||||
Reference in New Issue
Block a user