From 208970ff415e4237e866b35dabe39a0122c0606b Mon Sep 17 00:00:00 2001 From: Rebel2k Date: Fri, 5 Jul 2024 12:54:31 -0700 Subject: [PATCH 01/10] Updated to version 2.3 (modified by Rebel2k) --- VoiceMeeter/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VoiceMeeter/manifest.json b/VoiceMeeter/manifest.json index 87326f9..9dd3afc 100644 --- a/VoiceMeeter/manifest.json +++ b/VoiceMeeter/manifest.json @@ -153,12 +153,12 @@ "PropertyInspectorPath": "PropertyInspector/VoiceMeeter/AdjustSettingDial.html" } ], - "Author": "BarRaider", + "Author": "BarRaider modified by Rebel2k", "Description": "VoiceMeeter integration and live feedback. Includes Dials, Hotkey and MIDI Support", "Name": "VoiceMeeter Integration", "Icon": "Images/pluginIcon", "URL": "https://BarRaider.com/", - "Version": "2.2", + "Version": "2.3", "CodePath": "com.barraider.voicemeeter.exe", "Category": "VoiceMeeter [BarRaider]", "CategoryIcon": "Images/categoryIcon", From 6c6c159abb00825a525461e252eb041f5e25675d Mon Sep 17 00:00:00 2001 From: Rebel2k Date: Fri, 5 Jul 2024 12:55:23 -0700 Subject: [PATCH 02/10] Added a new selector to pick up the Layer if you select stripLayer mode --- .../VoiceMeeter/GainAdjustDial.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/VoiceMeeter/PropertyInspector/VoiceMeeter/GainAdjustDial.html b/VoiceMeeter/PropertyInspector/VoiceMeeter/GainAdjustDial.html index 1ca8771..274341a 100644 --- a/VoiceMeeter/PropertyInspector/VoiceMeeter/GainAdjustDial.html +++ b/VoiceMeeter/PropertyInspector/VoiceMeeter/GainAdjustDial.html @@ -1,4 +1,4 @@ - + @@ -19,6 +19,7 @@
@@ -34,6 +35,19 @@
+
+
Layer Num
+ +
Step Size
+
Strip/Bus/Layer
+
@@ -37,7 +52,7 @@
Layer Num
- @@ -56,6 +71,7 @@ + From 3f08ff4c550eb21ef8932a79c3f4c138177cb218 Mon Sep 17 00:00:00 2001 From: rebel2k Date: Sun, 7 Jul 2024 09:41:52 -0700 Subject: [PATCH 08/10] Updated version to 2.4 --- VoiceMeeter/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoiceMeeter/manifest.json b/VoiceMeeter/manifest.json index 9dd3afc..e85e652 100644 --- a/VoiceMeeter/manifest.json +++ b/VoiceMeeter/manifest.json @@ -158,7 +158,7 @@ "Name": "VoiceMeeter Integration", "Icon": "Images/pluginIcon", "URL": "https://BarRaider.com/", - "Version": "2.3", + "Version": "2.4", "CodePath": "com.barraider.voicemeeter.exe", "Category": "VoiceMeeter [BarRaider]", "CategoryIcon": "Images/categoryIcon", From f327cc1fffd7a342fb5fc61164dbe726e627d335 Mon Sep 17 00:00:00 2001 From: rebel2k Date: Sun, 7 Jul 2024 13:08:06 -0700 Subject: [PATCH 09/10] Reworked the logic of the property inspector LayerNum field and fixed value on configuration load --- .../VoiceMeeter/GainAdjustDial.html | 67 ++++++++++++++++--- 1 file changed, 58 insertions(+), 9 deletions(-) diff --git a/VoiceMeeter/PropertyInspector/VoiceMeeter/GainAdjustDial.html b/VoiceMeeter/PropertyInspector/VoiceMeeter/GainAdjustDial.html index 286562d..3b28bf7 100644 --- a/VoiceMeeter/PropertyInspector/VoiceMeeter/GainAdjustDial.html +++ b/VoiceMeeter/PropertyInspector/VoiceMeeter/GainAdjustDial.html @@ -11,19 +11,68 @@
From 440ad3ffe73ff693e409012199240d0a785b579c Mon Sep 17 00:00:00 2001 From: Christophe Sperandio Date: Sun, 7 Jul 2024 22:11:35 +0200 Subject: [PATCH 10/10] Update README.md v2.4 published --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5325b96..f9f516c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ VoiceMeeter integration and live feedback for the Elgato Stream Deck device. **Modified by:** Rebel2k +## New in v2.4 +- Added some validation checks so the `LayerNum` field is only available if the `Layer` mode is selected +- Added a step size of 3 for volume gain +- Renamed `StripLayer` mode to `Layer` +- Changed some labels in the UI + ## New in v2.3 - Added `StripLayer` type support for the `Gain Adjust` action which allows you to control the volume of a a StripLayer from the Dials (like what you can do in the Streamer View of VoiceMeeter).