Jason DeVito
b245016420
fix: updated dminputchange event debug message
2023-12-14 17:02:14 -06:00
Jason DeVito
19f2c6aa79
fix: update dm event handlers, adds debug statements
2023-12-14 16:32:22 -06:00
Jason DeVito
533ca05ac2
feat: adds additional dm input/output event cases to event handlers
2023-12-14 12:43:46 -06:00
Jason DeVito
5530c91b75
refactor: HdPsXxxOutputAudioController & HdPsXxxAnalogAuxMixerController
...
- Updated audio controllers to implement `Volume(Feedback).ShortValue`
per documentation for set and get
- Changed `VolumeLevel` set to private set
- Removed `VolumeLevel` and `IsMuted` set from constructors
2023-12-13 16:01:15 -06:00
Jason DeVito
67e0378806
fix: cleanup debug statements
2023-12-13 12:41:45 -06:00
Jason DeVito
1c5aca03d2
fix: resolves hdPsXxx audio controllers scaleWithLimits exception
2023-12-13 12:36:45 -06:00
Jason DeVito
d713abf614
fix: update hd-ps audio controllers to resolve control issues
2023-11-09 23:36:54 -06:00
Jason DeVito
a64b5240ad
feat: add output audio controller
2023-11-03 18:14:53 -05:00
Jason DeVito
c528fecb9a
feat(wip): add HdPsXxx audio control
2023-11-02 17:52:27 -05:00
jkdevito
355e9cde12
chore(wip): save updates
2023-11-02 11:55:48 -05:00
jkdevito
1df8d3f617
feat: create branch to add volume control
2023-11-02 11:54:44 -05:00
Jason DeVito
53b96d54e6
fix: removes old selector casting statements
2023-10-24 15:36:04 -05:00
Jason DeVito
6c41b8e19d
fix: updates executeSwitch, add helper method
...
1. Updated executeSwitch object casting to resolve routing issues.
2. Added ListRoutingPorts method.
2023-10-24 15:24:44 -05:00
Jason DeVito
1569c12450
fix: Updates SetupOutputs method
...
Corrects the port referencece to exclude `.StreamCec` when
building the port.
2023-09-20 15:41:06 -05:00
Jason DeVito
7ecb2ecf6d
fix: updates SetupOutputs to create a hdmiOutX and dmLiteOutX port
2023-09-13 16:43:23 -05:00
Jason DeVito
393033b6c9
refactor: Updates HdPsXxxController class
...
- Modifies `SetupInput()` and `SetupOutput()`
- Renames `GetInputPriorities()` to `SetInputPriorities()`
2023-09-13 10:13:39 -05:00
Jason DeVito
9fb16f30b0
refactor: Changes IRoutingHasSync interface
...
- Changed IRoutingHasSync interface to IRoutingHasVideoInputSyncFeedbacks.
- Remvoed IRoutingHasSynDelegate
- Added interface to HdPsXxxController class
2023-09-13 10:02:20 -05:00
Jason DeVito
e590c7cedb
feature(wip): adds inputPriorities configuration property
2023-09-12 19:26:55 -05:00
Jason DeVito
189c470603
feature(wip): adds inputPriorities configuration property
2023-09-12 17:10:25 -05:00
Jason DeVito
da5d2d74f2
fix: removes OutputPort.InputPriorities reference
2023-09-12 14:36:17 -05:00
Jason DeVito
1aa9590587
feature: adds DmInputChange event
2023-09-12 13:23:18 -05:00
Jason DeVito
27bac4e83d
fix(wip): updates stream cec implementation to handle switchers with multiple outputs
2023-09-12 10:09:37 -05:00
Jason DeVito
4e33743f50
refactor: SetupInput() and SetupOutput() methods to set standard keys for ports that are instantiated
2023-09-11 19:24:21 -05:00
Jason DeVito
08af6370a6
fix(wip): adds Debug.Console() statements to identify keys per input; adds ICec interface, pending implementation
2023-09-11 15:48:34 -05:00
Jason DeVito
97c0bddb48
fix(wip): refactors SetupInputs() and SetupOutputs() to handle io types
2023-09-11 14:49:46 -05:00
Jason DeVito
d74c5de651
wip: updates to HdPsXxx class while test implementation to resolve exceptions
2023-09-08 10:51:19 -05:00
Jason DeVito
b06d0c0deb
fix: resolves typo of hdpsXxx type name in the factory
2023-09-07 18:37:21 -05:00
jdevito
759fb1d729
feature: adds support for HdSpXxx switchers
...
WIP: added support for HD-PS401, HD-PS402, HD-PS621 and HD-PS622,
pending testing with device.
2023-09-06 11:22:19 -05:00
Andrew Welker
6ddbdd90c7
feat: add new interface and update Chassis controllers
2023-04-26 13:32:18 -06:00
Alex Johnson
d849e4185c
Fixes clear audio route on DMPS3-4K-150. Fixes output names on join map for DMPS3-4K-150
2022-06-27 09:35:38 -04:00
Alex Johnson
53c9f9e664
Fixes issue where sometimes clear route doesn't work on DMPS3
2022-06-17 14:42:51 -04:00
Alex Johnson
5b94d89bc3
Improvements for DMPS3-4K-150 types
2022-06-15 20:26:32 -04:00
Alex Johnson
6dbdd0587d
Reworks audio routing on DMPS-4K units.
2022-06-15 08:49:52 -04:00
Alex Johnson
1a5d4896e1
Fixes online feedback for DM endpoints that are attached to a 3 series DM chassis or a DMPS-4K unit.
2022-06-14 10:43:29 -04:00
Alex Johnson
03e4c913ac
Adds HD-MD-8xn switcher type support
2022-06-14 10:24:19 -04:00
Alex Johnson
b26e1b97aa
Removes redundant check for DMPS-4K type. Property exists elsewhere
2022-06-14 10:23:51 -04:00
Alex Johnson
60b6cea697
Adds digital audio output volume control for DMPS to bridge
2022-06-14 10:13:02 -04:00
Alex Johnson
dfc0915fe0
Adds DM switcher name to bridge
2022-06-14 09:56:40 -04:00
Neil Dorin
eef5503a5a
Merge branch 'development' into feature/dmps-updates
2022-01-31 20:30:37 -07:00
Jason DeVito
fb6021424e
feat: Updated joinMap to include NoRouteText @ serial-100. fix: Updated joinMap descriptions for Video/Audio Input/Output names. feat: Updated DmChassisController LinkChassisToApi to pass noRouteText across bridge.
2022-01-26 15:06:17 -06:00
Alex Johnson
8bfd3ffd51
Fix DMPS system power on from last commit
2022-01-20 17:20:39 -05:00
Alex Johnson
56fa88a956
Adds front panel lock control for DMPS. Cleans up system power for DMPS which doesn't do anything on 4K models
2022-01-20 17:03:49 -05:00
Alex Johnson
60ed2ea537
Fixes DMPS preset recall. Adds event to catch vumeter event ID and exit (can spam the event handler)
2022-01-11 15:26:39 -05:00
Alex Johnson
7d89f51dcf
Adds support for DMPS-4K audio input names being shifted by 5 for aux inputs.
2022-01-10 13:20:10 -05:00
Alex Johnson
acdd9bb674
Removes some unneeded post activation stuff from testing
2022-01-06 16:58:38 -05:00
Alex Johnson
c8b1808513
Fixes output name feedback on DMPS-4K
2022-01-06 16:49:00 -05:00
Alex Johnson
ce785ceb25
Fixes DMPS input name feedback on DMPS-4k. Need to check for NullStringOutputSig which was causing an exception
2022-01-06 16:47:11 -05:00
Alex Johnson
4650d17695
Change dmps type detection to use eSystemControlType enum
2022-01-06 11:17:58 -05:00
Alex Johnson
5816c3cafe
Restore microphones to DMPS controller
2022-01-05 12:05:12 -05:00
Alex Johnson
e275d747f8
Fixes issue with vsync activation on dmps 4k airmedia input
2022-01-05 11:58:47 -05:00