diff --git a/ExtensionManifest.json b/ExtensionManifest.json index e87cbac..3dcb270 100644 --- a/ExtensionManifest.json +++ b/ExtensionManifest.json @@ -4,8 +4,8 @@ "author": "PhoenixWyllow", "repository": "https://github.com/PhoenixWyllow/Soundboard4MacroDeck2", "packageId": "PhoenixWyllow.Soundboard4MacroDeck", - "version": "2.0.2", + "version": "2.0.3", "target-plugin-api-version": 40, - "target-macro-deck-version": "2.13.0-b10", + "target-macro-deck-version": "2.13.0", "dll": "Soundboard4MacroDeck.dll" } \ No newline at end of file diff --git a/Services/SoundboardPlaybackEngine.cs b/Services/SoundboardPlaybackEngine.cs index 0ebe7a1..cc8d927 100644 --- a/Services/SoundboardPlaybackEngine.cs +++ b/Services/SoundboardPlaybackEngine.cs @@ -62,7 +62,7 @@ private void Init(bool enableLoop) }; outputDevice.PlaybackStopped += OnOutputDevicePlaybackStopped; - outputDevice.Volume = Math.Min(_actionParameters.Volume / 100f, 1f); + //outputDevice.Volume = Math.Min(_actionParameters.Volume / 100f, 1f); } public void Play() diff --git a/Soundboard4MacroDeck.csproj b/Soundboard4MacroDeck.csproj index b6fbcb7..2c0f634 100644 --- a/Soundboard4MacroDeck.csproj +++ b/Soundboard4MacroDeck.csproj @@ -1,99 +1,88 @@  - - - 2 - 0 - 2 - $([System.DateTime]::UtcNow.ToString("yy"))$([System.DateTime]::UtcNow.DayOfYear.ToString("000")) - - - - - - false - net7.0-windows - AnyCPU;x64 - latest - Soundboard4MacroDeck - true - true - Soundboard4MacroDeck - Resources\Soundboard.ico - - en - PhoenixWyllow - PhoenixWyllow aka PW.Dev (pw.dev@outlook.com) - $(VersionMajor).$(VersionMinor).$(VersionRevision) - $(VersionMajor).$(VersionMinor).$(VersionPatch) - Library - - true - False - README.md - LICENSE - A soundboard plugin for Macro Deck 2 - https://github.com/PhoenixWyllow/Soundboard4MacroDeck2/releases - https://github.com/PhoenixWyllow/Soundboard4MacroDeck2 - - - - - - - - - - - - - - - - - - - E:\Code\source\repos\MD\Macro-Deck\MacroDeck\bin\Release\net7.0-windows10.0.22000.0\win-x64\Macro Deck 2.dll - - - - - - - - True - True - Resources.resx - - - - - - PublicResXFileCodeGenerator - Resources.Designer.cs - - - - - - PreserveNewest - - - True - - - True - - - PreserveNewest - - - - - - - - - - - - + + 2 + 0 + 3 + $([System.DateTime]::UtcNow.ToString("yy"))$([System.DateTime]::UtcNow.DayOfYear.ToString("000")) + + + + + false + net8.0-windows + AnyCPU;x64 + latest + Soundboard4MacroDeck + true + true + Soundboard4MacroDeck + Resources\Soundboard.ico + + en + PhoenixWyllow + PhoenixWyllow aka PW.Dev (pw.dev@outlook.com) + $(VersionMajor).$(VersionMinor).$(VersionRevision) + $(VersionMajor).$(VersionMinor).$(VersionPatch) + Library + + true + False + README.md + LICENSE + A soundboard plugin for Macro Deck 2 + https://github.com/PhoenixWyllow/Soundboard4MacroDeck2/releases + https://github.com/PhoenixWyllow/Soundboard4MacroDeck2 + + + + + + + + + + + + + + + C:\Program Files\Macro Deck\Macro Deck 2.dll + + + + + + + True + True + Resources.resx + + + + + PublicResXFileCodeGenerator + Resources.Designer.cs + + + + + PreserveNewest + + + True + + + True + + + PreserveNewest + + + + + + + + + + \ No newline at end of file