organize unreleased

organize unreleased changes for readability
This commit is contained in:
pblivingston 2025-12-09 13:20:09 -05:00
parent 865d094450
commit 8855092438

View File

@ -26,26 +26,32 @@ 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 classes - Device class
- EQ class - EQ class
- FX class - FX class
- AddAliasMembers meta function takes a hashtable `-MAP` of `alias = property`
- Vban.port sets Vban.Instream[0].port - Vban.port sets Vban.Instream[0].port
- Vban Midi and Command streams - Vban Midi and Command streams
- on, write-only - on, write-only
- name, write-only - name, write-only
- ip, write-only - ip, write-only
- Bus.Sel, Bus.Monitor, Bus.Vaio
- Bus.Mode.Set($mode)
- Recorder.Armedbus - Recorder.Armedbus
- Recorder.PreRecTime - Recorder.PreRecTime
- Recorder.Prefix - Recorder.Prefix
- Recorder.Eject() references 'Command.Eject' - Recorder.Eject() references 'Command.Eject'
- Recorder.State - Recorder.State
- Command.Reset() - Command.Reset()
- Command.Save($filepath) - Command.Save($filepath)
- Command.StorePreset() - Command.StorePreset()
- Command.RecallPreset() - Command.RecallPreset()
- AddAliasMembers meta function takes a hashtable `-MAP` of `alias = property`
- Bus.Sel, Bus.Monitor, Bus.Vaio
- Bus.Mode.Set($mode)
- 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
@ -62,17 +68,21 @@ Strip Gainlayers are now FloatArrayMember objects, see README for details
### Changed ### Changed
- Device: explicit $arg types for consistency
- Meta: AddBoolMembers, AddIntMembers $arg types for consistency
- Float getters/setters now default to two decimal places.
- some vban.instream | vban.outstream commands now added with meta functions - some vban.instream | vban.outstream commands now added with meta functions
- on - on
- name - name
- ip - ip
- cast vban getters to types for consistency - cast vban getters to types for consistency
- Bus.Levels.Convert hidden and return type [float] -> [single] for naming consistency
- Meta: AddBoolMembers, AddIntMembers $arg types for consistency
- Device: explicit $arg types for consistency
- 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
- Floats getters/setters now default to two decimal places.
- 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
@ -87,8 +97,11 @@ Strip Gainlayers are now FloatArrayMember objects, see README for details
- vban.stream.port: [string]$arg -> [int]$arg - vban.stream.port: [string]$arg -> [int]$arg
- vban route range (API documentation is incorrect) - vban route range (API documentation is incorrect)
- vban.stream.sr: $this._port -> $this._sr - vban.stream.sr: $this._port -> $this._sr
- Bus.Mono -> [int] for stereo reverse
- Recorder.channel values: 1..8 -> (2, 4, 6, 8) - Recorder.channel values: 1..8 -> (2, 4, 6, 8)
- Bus.Mono -> [int] for stereo reverse
- Strip.Limit type [int] -> [float] - Strip.Limit type [int] -> [float]
- Missing closing parenthesis in AppMute value string - Missing closing parenthesis in AppMute value string
- Strip Knob getters: `this.Getter_String('') -> [math]::Round($this.Getter(''), 2)` - Strip Knob getters: `this.Getter_String('') -> [math]::Round($this.Getter(''), 2)`