mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-12-21 20:27:47 +00:00
io classes, stripknob to CHANGELOG
pester tests pass for all kinds
This commit is contained in:
parent
ea780f6595
commit
ea6192ba5f
11
CHANGELOG.md
11
CHANGELOG.md
@ -26,8 +26,11 @@ Strip Gainlayers are now FloatArrayMember objects, see README for details
|
|||||||
- ArrayMember classes for array-like properties
|
- ArrayMember classes for array-like properties
|
||||||
- Patch class
|
- Patch class
|
||||||
- Option class
|
- Option class
|
||||||
- Device class
|
- IO classes to centralize controls common to both Strip and Bus
|
||||||
- EQ class
|
- IOControl
|
||||||
|
- IOLevels
|
||||||
|
- IOEq
|
||||||
|
- IODevice
|
||||||
- FX class
|
- FX class
|
||||||
|
|
||||||
- AddAliasMembers meta function takes a hashtable `-MAP` of `alias = property`
|
- AddAliasMembers meta function takes a hashtable `-MAP` of `alias = property`
|
||||||
@ -55,6 +58,7 @@ Strip Gainlayers are now FloatArrayMember objects, see README for details
|
|||||||
- Strip.Karaoke alias for Strip.K
|
- Strip.Karaoke alias for Strip.K
|
||||||
- Strip.EQGain1|EQGain2|EQGain3 with bass/low, mid/med, treble/high aliases, respectively
|
- Strip.EQGain1|EQGain2|EQGain3 with bass/low, mid/med, treble/high aliases, respectively
|
||||||
- StripAudibility class with Strip.Audibility.Knob
|
- StripAudibility class with Strip.Audibility.Knob
|
||||||
|
- StripKnob base class for banana/potato audibility knobs with `knob` and `threshold`
|
||||||
- Strip.Denoiser.Threshold
|
- Strip.Denoiser.Threshold
|
||||||
- Strip.VAIO
|
- Strip.VAIO
|
||||||
- Strip.Pitch, StripPitch class
|
- Strip.Pitch, StripPitch class
|
||||||
@ -81,12 +85,9 @@ Strip Gainlayers are now FloatArrayMember objects, see README for details
|
|||||||
- Recorder.Armstrip|Armbus -> BoolArrayMember: now have .Get()
|
- Recorder.Armstrip|Armbus -> BoolArrayMember: now have .Get()
|
||||||
- Cast Recorder getters to types for consistency
|
- Cast Recorder getters to types for consistency
|
||||||
|
|
||||||
- Bus.Levels.Convert hidden and return type [float] -> [single] for naming consistency
|
|
||||||
|
|
||||||
- Strip.Mono is now an alias for Strip.MC on virtual strips
|
- Strip.Mono is now an alias for Strip.MC on virtual strips
|
||||||
- Strip.AppMute|AppGain can now take an app index; see README for details
|
- Strip.AppMute|AppGain can now take an app index; see README for details
|
||||||
- Strip Knob setters: explicit $arg types for consistency
|
- Strip Knob setters: explicit $arg types for consistency
|
||||||
- Strip.Levels.Convert hidden and return type [float] -> [single] for naming consistency
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user