From c15637b3478e9c7992ef18ad98e306ed6771909f Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Wed, 16 Jul 2025 23:51:58 +0300 Subject: [PATCH] Port track Durochka to OGG format, add custom transitions No gap now. --- Assets/DurochkaLoop.mp3 | 3 --- Assets/DurochkaLoop.ogg | 3 +++ Assets/DurochkaStart.mp3 | 3 --- Assets/DurochkaStart.ogg | 3 +++ MuzikaGromche/Plugin.cs | 7 ++++++- 5 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 Assets/DurochkaLoop.mp3 create mode 100644 Assets/DurochkaLoop.ogg delete mode 100644 Assets/DurochkaStart.mp3 create mode 100644 Assets/DurochkaStart.ogg diff --git a/Assets/DurochkaLoop.mp3 b/Assets/DurochkaLoop.mp3 deleted file mode 100644 index 1069909..0000000 --- a/Assets/DurochkaLoop.mp3 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99a03cbc6b947d1c71120d5c05af2f7fe39e79d9f4599f69c1ce644dc7234e3a -size 463119 diff --git a/Assets/DurochkaLoop.ogg b/Assets/DurochkaLoop.ogg new file mode 100644 index 0000000..75edeb6 --- /dev/null +++ b/Assets/DurochkaLoop.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3597fa4f882627c819aaccd74339723a358deaac94585e80930221ec83e499eb +size 244505 diff --git a/Assets/DurochkaStart.mp3 b/Assets/DurochkaStart.mp3 deleted file mode 100644 index 6f0f55f..0000000 --- a/Assets/DurochkaStart.mp3 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3f718dcd7837305e11dca97553923840e9cb36abe28b0fa1574d90df3de0be9 -size 893586 diff --git a/Assets/DurochkaStart.ogg b/Assets/DurochkaStart.ogg new file mode 100644 index 0000000..3540593 --- /dev/null +++ b/Assets/DurochkaStart.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cdee776fb105ab819fef7377a1a4a143986c274aeb523eac8749100785b676a +size 492922 diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index 51982a1..07747a5 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -82,9 +82,14 @@ namespace MuzikaGromche new Track { Name = "Durochka", + AudioType = AudioType.OGGVORBIS, Language = Language.RUSSIAN, - WindUpTimer = 37f, + WindUpTimer = 37.0f, Bars = 10, + BeatsOffset = 0.0f, + ColorTransitionIn = 0.25f, + ColorTransitionOut = 0.3f, + ColorTransitionEasing = Easing.OutExpo, Palette = Palette.Parse(["#5986FE", "#FEFEDC", "#FF4FDF", "#FEFEDC", "#FFAA23", "#FEFEDC", "#F95A5A", "#FEFEDC"]), }, new Track