[PR #1465] [CLOSED] Send "Unmute" on volume change #1262

Closed
opened 2026-05-05 07:09:23 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/1465
Author: @zv0n
Created: 11/8/2023
Status: Closed

Base: mainHead: unmute-when-changing-audio


📝 Commits (4)

  • ffa242b Send unmute on volume change
  • 308b96c Add UI element to enable sending unmute after volume change
  • e63bb91 Add English and Czech translation for new UI element
  • 4aa5ce5 Update BundleVersion

📊 Changes

9 files changed (+219 additions, -172 deletions)

View changed files

📝 MonitorControl/Enums/PrefKey.swift (+3 -0)
📝 MonitorControl/Info.plist (+1 -1)
📝 MonitorControl/Model/OtherDisplay.swift (+4 -0)
📝 MonitorControl/Support/SliderHandler.swift (+4 -0)
📝 MonitorControl/UI/Base.lproj/Main.storyboard (+183 -171)
📝 MonitorControl/UI/cs.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/en.lproj/Main.strings (+3 -0)
📝 MonitorControl/View Controllers/Preferences/DisplaysPrefsCellView.swift (+14 -0)
📝 MonitorControl/View Controllers/Preferences/DisplaysPrefsViewController.swift (+4 -0)

📄 Description

My monitor requires sending "Unmute" command over DDC after a volume change for that change to take effect.

I've added an option into the UI to enable this behavior.

Might fix problems for some people in this issue - https://github.com/MonitorControl/MonitorControl/issues/1369


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/MonitorControl/MonitorControl/pull/1465 **Author:** [@zv0n](https://github.com/zv0n) **Created:** 11/8/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `unmute-when-changing-audio` --- ### 📝 Commits (4) - [`ffa242b`](https://github.com/MonitorControl/MonitorControl/commit/ffa242b2fa26b395ea2d97b6d324ac374654afba) Send unmute on volume change - [`308b96c`](https://github.com/MonitorControl/MonitorControl/commit/308b96ca86ff656e32d1bc2016b056ee1e24c8ba) Add UI element to enable sending unmute after volume change - [`e63bb91`](https://github.com/MonitorControl/MonitorControl/commit/e63bb91cef370c5bedaf8eae3d44cfe8ae3e279c) Add English and Czech translation for new UI element - [`4aa5ce5`](https://github.com/MonitorControl/MonitorControl/commit/4aa5ce5b93160d78ad0c208a899d46051581d037) Update BundleVersion ### 📊 Changes **9 files changed** (+219 additions, -172 deletions) <details> <summary>View changed files</summary> 📝 `MonitorControl/Enums/PrefKey.swift` (+3 -0) 📝 `MonitorControl/Info.plist` (+1 -1) 📝 `MonitorControl/Model/OtherDisplay.swift` (+4 -0) 📝 `MonitorControl/Support/SliderHandler.swift` (+4 -0) 📝 `MonitorControl/UI/Base.lproj/Main.storyboard` (+183 -171) 📝 `MonitorControl/UI/cs.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/en.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/View Controllers/Preferences/DisplaysPrefsCellView.swift` (+14 -0) 📝 `MonitorControl/View Controllers/Preferences/DisplaysPrefsViewController.swift` (+4 -0) </details> ### 📄 Description My monitor requires sending "Unmute" command over DDC after a volume change for that change to take effect. I've added an option into the UI to enable this behavior. Might fix problems for some people in this issue - https://github.com/MonitorControl/MonitorControl/issues/1369 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:09:23 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/MonitorControl#1262
No description provided.